We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4837d6e commit 1df404cCopy full SHA for 1df404c
1 file changed
experimental/php8.3/apache-event-fpm/docker-entrypoint.sh
@@ -15,7 +15,7 @@ _gotpl() {
15
exec_init_scripts() {
16
shopt -s nullglob
17
for f in /docker-entrypoint-init.d/*; do
18
- . "$f"
+ su -s /bin/bash inr -c ". $f"
19
done
20
shopt -u nullglob
21
}
0 commit comments