Coderabit suggestions

This commit is contained in:
Adam Outler
2025-10-18 14:07:27 -04:00
parent 028335c1a9
commit 62536e4bfb
13 changed files with 59 additions and 27 deletions
@@ -16,7 +16,7 @@ forward_signal() {
fi
}
while $(ps ax | grep -v grep | grep php-fpm83 >/dev/null); do
while ps ax | grep -v grep | grep php-fpm83 >/dev/null; do
killall php-fpm83 &>/dev/null
sleep 0.2
done