mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-09-19 12:10:33 +02:00
remove RTL update for now
This commit is contained in:
@@ -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
|
||||
;;
|
||||
|
@@ -200,7 +200,6 @@ if [ "$1" == "prestart" ]; then
|
||||
|
||||
fi
|
||||
|
||||
|
||||
echo "# OK PRESTART DONE"
|
||||
|
||||
######################################################################
|
||||
|
Reference in New Issue
Block a user