add zerotier to main menu

This commit is contained in:
21isenough 2020-06-14 15:46:11 +02:00
parent 2bb356553f
commit 23173e68f6

View file

@ -69,10 +69,12 @@ fi
if [ "${bos}" == "on" ]; then
OPTIONS+=(BOS "Balance of Satoshis")
fi
if [ "${thunderhub}" == "on" ]; then
OPTIONS+=(THUB "ThunderHub")
fi
if [ "${zerotier}" == "on" ]; then
OPTIONS+=(ZEROTIER "ZeroTier")
fi
# Basic Options
OPTIONS+=(INFO "RaspiBlitz Status Screen")
@ -181,6 +183,9 @@ case $CHOICE in
THUB)
sudo /home/admin/config.scripts/bonus.thunderhub.sh menu
;;
ZEROTIER)
sudo /home/admin/config.scripts/bonus.zerotier.sh menu
;;
SUBSCRIBE)
/home/admin/config.scripts/blitz.subscriptions.py
;;