Skip to content

Commit 8df2121

Browse files
authored
Merge pull request thecodingmachine#284 from ericHao22/feature/gracefully-stop-php-process
Gracefully stop php process
2 parents 7d8fa57 + f544694 commit 8df2121

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/php_proxy.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ if [[ "$REGENERATE" == "1" ]]; then
1515
/usr/bin/real_php /usr/local/bin/setup_extensions.php | sudo bash
1616
fi
1717

18-
/usr/bin/real_php "$@"
18+
exec /usr/bin/real_php "$@"

0 commit comments

Comments
 (0)