Skip to content

Commit 3e46f2b

Browse files
committed
Remove timezone from init
1 parent 703edc4 commit 3e46f2b

File tree

1 file changed

+0
-5
lines changed
  • root/etc/s6-overlay/s6-rc.d/init-starrproxy-config

1 file changed

+0
-5
lines changed
Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,6 @@
11
#!/usr/bin/with-contenv bash
22
# shellcheck shell=bash
33

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-
94
echo 's6-overlay init require(/app/www/public/startup.php) ->';
105
s6-setuidgid abc php -r "require '/app/www/public/startup.php';"
116
echo 's6-overlay init require(/app/www/public/startup.php) <-';

0 commit comments

Comments
 (0)