mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-09-27 20:16:22 +02:00
#2753 fix install to binary download for now
This commit is contained in:
@@ -623,7 +623,7 @@ if [ ${check} -eq 1 ]; then choice="on"; fi
|
|||||||
if [ "${itchysats}" != "${choice}" ]; then
|
if [ "${itchysats}" != "${choice}" ]; then
|
||||||
echo "ItchySats setting changed .."
|
echo "ItchySats setting changed .."
|
||||||
anychange=1
|
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
|
if [ "${choice}" = "on" ]; then
|
||||||
sudo systemctl start itchysats
|
sudo systemctl start itchysats
|
||||||
sudo -u admin /home/admin/config.scripts/bonus.itchysats.sh menu
|
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
|
/home/admin/config.scripts/bonus.itchysats.sh off --keep-data
|
||||||
|
|
||||||
# Reinstall ItchySats with existing 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"
|
echo "# Updating successful"
|
||||||
else
|
else
|
||||||
echo "# Updating ItchySats failed :("
|
echo "# Updating ItchySats failed :("
|
||||||
|
Reference in New Issue
Block a user