Skip to content

Commit

Permalink
Merge pull request #1522 from BitLucid/feat/deployment-updates
Browse files Browse the repository at this point in the history
Fix deployment restart command syntax.
  • Loading branch information
tchalvak authored Aug 29, 2023
2 parents 2117d05 + c52cc8d commit fad3978
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 fad3978

Please sign in to comment.