mirror of
https://github.com/rootzoll/raspiblitz.git
synced 2025-02-24 22:58:43 +01:00
Also loop needs turn off on switching testnet
This commit is contained in:
parent
2f1d01e1e8
commit
ae68d11bf0
1 changed files with 3 additions and 0 deletions
|
@ -121,6 +121,9 @@ if [ "${chain}" != "${choice}" ]; then
|
|||
elif [ "${ElectRS}" = "on" ]; then
|
||||
dialog --title 'NOTICE' --msgbox 'Please turn off Electrum-Rust-Server FIRST\nbefore changing testnet.' 6 48
|
||||
exit 1
|
||||
elif [ "${loop}" = "on" ]; then
|
||||
dialog --title 'NOTICE' --msgbox 'Please turn off Loop-Service FIRST\nbefore changing testnet.' 6 48
|
||||
exit 1
|
||||
else
|
||||
echo "Testnet Setting changed .."
|
||||
anychange=1
|
||||
|
|
Loading…
Add table
Reference in a new issue