mirror of
https://github.com/rootzoll/raspiblitz.git
synced 2025-02-23 14:40:45 +01:00
#1253 fix zerotier settings switch
This commit is contained in:
parent
1887d6b66f
commit
92a14a6912
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ if [ ${#dropboxBackupTarget} -gt 0 ]; then DropboxBackup="on"; fi
|
|||
|
||||
echo "map zerotier to on/off"
|
||||
zerotierSwitch="off"
|
||||
if [ "${zerotier}" != "off" ]; then zerotierSwitch="off"; fi
|
||||
if [ "${zerotier}" != "off" ]; then zerotierSwitch="on"; fi
|
||||
|
||||
echo "map chain to on/off"
|
||||
chainValue="off"
|
||||
|
|
Loading…
Add table
Reference in a new issue