Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefan Schmaltz committed Oct 18, 2024
2 parents 9f60084 + 98bca71 commit 28d46c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ echo "Building OpenSprinkler..."

if [ -f /etc/init.d/OpenSprinkler.sh ]; then
/etc/init.d/OpenSprinkler.sh stop
else
elif [ -f /etc/systemd/system/OpenSprinkler.service ]; then
systemctl stop OpenSprinkler
fi

Expand Down

0 comments on commit 28d46c2

Please sign in to comment.