We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 703edc4 commit 3e46f2bCopy full SHA for 3e46f2b
root/etc/s6-overlay/s6-rc.d/init-starrproxy-config/run
@@ -1,11 +1,6 @@
1
#!/usr/bin/with-contenv bash
2
# shellcheck shell=bash
3
4
-if [[ ! grep -q "date.timezone" "/config/php/php-local.ini" ]]; then
5
- # set default timezone
6
- printf "\n\ndate.timezone = %s\\n" "${TZ:-UTC}" >>/config/php/php-local.ini
7
-fi
8
-
9
echo 's6-overlay init require(/app/www/public/startup.php) ->';
10
s6-setuidgid abc php -r "require '/app/www/public/startup.php';"
11
echo 's6-overlay init require(/app/www/public/startup.php) <-';
0 commit comments