mirror of
https://github.com/rootzoll/raspiblitz.git
synced 2024-11-19 09:50:19 +01:00
SETTINGS: change Testnets if either changes
This commit is contained in:
parent
8d92382911
commit
f1a549171d
@ -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…
Reference in New Issue
Block a user