remove RTL update for now

This commit is contained in:
rootzoll
2021-08-31 23:41:35 +02:00
parent 06a7d83b2b
commit cb1d716682
2 changed files with 0 additions and 8 deletions

View File

@@ -395,10 +395,6 @@ if [ "${specter}" == "on" ]; then
OPTIONS+=(SPECTER "Update Specter Desktop")
fi
if [ "${rtlWebinterface}" == "on" ]; then
OPTIONS+=(RTL "Update RTL")
fi
if [ "${sphinxrelay}" == "on" ]; then
OPTIONS+=(SPHINX "Update Sphinx Server Relay")
fi
@@ -449,9 +445,6 @@ case $CHOICE in
SPECTER)
/home/admin/config.scripts/bonus.specter.sh update
;;
RTL)
/home/admin/config.scripts/bonus.rtl.sh update
;;
SPHINX)
/home/admin/config.scripts/bonus.sphinxrelay.sh update
;;

View File

@@ -200,7 +200,6 @@ if [ "$1" == "prestart" ]; then
fi
echo "# OK PRESTART DONE"
######################################################################