mirror of
https://github.com/rootzoll/raspiblitz.git
synced 2024-11-20 18:22:01 +01:00
#1253 fix on switch
This commit is contained in:
parent
d1305ada2e
commit
b460147eaa
@ -392,7 +392,7 @@ if [ "${zerotier}" != "${choice}" ]; then
|
||||
anychange=1
|
||||
error=""
|
||||
source <(sudo -u admin /home/admin/config.scripts/bonus.zerotier.sh ${choice})
|
||||
if [ "${choice}" != "on" ]; then
|
||||
if [ "${choice}" == "on" ]; then
|
||||
if [ ${#error} -eq 0 ]; then
|
||||
dialog --msgbox "Your RaspiBlitz joined the ZeroTier network." 6 46
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user