mirror of
https://github.com/rootzoll/raspiblitz.git
synced 2025-02-24 14:51:03 +01:00
SETTINGS: change Testnets if either changes
This commit is contained in:
parent
8d92382911
commit
f1a549171d
1 changed files with 2 additions and 1 deletions
|
@ -482,7 +482,8 @@ fi
|
|||
# parallel testnet process choice
|
||||
choice="off"; check=$(echo "${CHOICES}" | grep -c "p")
|
||||
if [ ${check} -eq 1 ]; then choice="on"; fi
|
||||
if [ "${testnet}" != "${choice}" ]; then
|
||||
if [ "${testnet}" != "${choice}" ] || \
|
||||
[ "${signet}" != "${choice}" ]; then
|
||||
echo "# Parallel Testnets Setting changed .."
|
||||
anychange=1
|
||||
if [ "${choice}" = "on" ]; then
|
||||
|
|
Loading…
Add table
Reference in a new issue