mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-03-29 19:22:10 +01:00
#3656 fix API & WebUI install
This commit is contained in:
parent
795ed2919a
commit
b0567148ce
@ -185,8 +185,8 @@ if [ ${check} -eq 1 ]; then choice="on"; fi
|
||||
if [ "${blitzapi}" != "${choice}" ]; then
|
||||
echo "Blitz API + webUI settings changed .."
|
||||
anychange=1
|
||||
sudo /home/admin/config.scripts/blitz.web.api.sh ${choice}
|
||||
sudo /home/admin/config.scripts/blitz.web.ui.sh ${choice}
|
||||
sudo /home/admin/config.scripts/blitz.web.api.sh ${choice} DEFAULT
|
||||
sudo /home/admin/config.scripts/blitz.web.ui.sh ${choice} DEFAULT
|
||||
errorOnInstall=$?
|
||||
if [ "${choice}" = "on" ]; then
|
||||
whiptail --title " Installed Blitz API + webUI" --msgbox "\
|
||||
|
Loading…
x
Reference in New Issue
Block a user