Skip to content

Commit f544694

Browse files
committed
feat: use exec command to run php process
1 parent 7d8fa57 commit f544694

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)