mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-09-19 20:24:39 +02:00
SETTINGS: change Testnets if either changes
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user