#1253 fix zerotier settings switch

This commit is contained in:
rootzoll 2020-06-23 22:15:55 +02:00
parent 1887d6b66f
commit 92a14a6912

View file

@ -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"