#2753 fix install to binary download for now

This commit is contained in:
rootzoll 2022-06-01 21:58:02 +02:00
parent 1abce07826
commit 5dd558d31f
2 changed files with 2 additions and 2 deletions

View file

@ -623,7 +623,7 @@ if [ ${check} -eq 1 ]; then choice="on"; fi
if [ "${itchysats}" != "${choice}" ]; then
echo "ItchySats setting changed .."
anychange=1
sudo -u admin /home/admin/config.scripts/bonus.itchysats.sh ${choice}
sudo -u admin /home/admin/config.scripts/bonus.itchysats.sh ${choice} --download
if [ "${choice}" = "on" ]; then
sudo systemctl start itchysats
sudo -u admin /home/admin/config.scripts/bonus.itchysats.sh menu

View file

@ -476,7 +476,7 @@ if [ "$1" = "update" ]; then
/home/admin/config.scripts/bonus.itchysats.sh off --keep-data
# Reinstall ItchySats with existing data
if /home/admin/config.scripts/bonus.itchysats.sh on; then
if /home/admin/config.scripts/bonus.itchysats.sh on --download; then
echo "# Updating successful"
else
echo "# Updating ItchySats failed :("