Skip to content

Commit

Permalink
Fix deployment restart command syntax.
Browse files Browse the repository at this point in the history
  • Loading branch information
tchalvak committed Aug 28, 2023
1 parent 2117d05 commit c52cc8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy/cron/queued_restart.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
if [ -f /tmp/queued_restart.pid ]; then
echo "queued.pid exists."
nginx -s reload
php8.2-fpm restart
service php8.2-fpm restart
echo "reloaded nginx and restarted php-fpm"
rm /tmp/queued_restart.pid
fi

0 comments on commit c52cc8d

Please sign in to comment.