mirror of
https://github.com/rootzoll/raspiblitz.git
synced 2025-02-23 14:40:45 +01:00
#2753 fix install to binary download for now
This commit is contained in:
parent
1abce07826
commit
5dd558d31f
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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 :("
|
||||
|
|
Loading…
Add table
Reference in a new issue