Skip to content

Commit

Permalink
Fix daemon stop
Browse files Browse the repository at this point in the history
  • Loading branch information
zorglube authored Jan 30, 2021
1 parent b9bce27 commit 8af3373
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/movienight
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ daemon_start() {
daemon_stop() {
if [ -e "${pidfile}" ];
then
kill -s TERM `cat ${pidfile}`
kill -s TERM `cat ${managerPid}`
else
echo "${name} is not running"
fi
Expand Down

0 comments on commit 8af3373

Please sign in to comment.