Skip to content

Commit

Permalink
fix update.sh to handle new guppy init.d
Browse files Browse the repository at this point in the history
  • Loading branch information
ballaswag committed Jan 22, 2024
1 parent 4a0b68d commit 4504bf3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions update.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ fi
echo "Updated Guppy Screen to version $latest_version"
if grep -Fqs "ID=buildroot" /etc/os-release
then
[ -f /etc/init.d/S99guppyscreen ] && /etc/init.d/S99guppyscreen stop &> /dev/null
killall -q guppyscreen
/etc/init.d/S99guppyscreen restart &> /dev/null
fi

Expand Down

0 comments on commit 4504bf3

Please sign in to comment.