This commit is contained in:
Twilight 2024-06-11 12:41:57 +08:00
parent 86ef7620a3
commit e62b5a0ab9

View File

@ -1,3 +1,7 @@
#!/bin/sh #!/bin/sh
# setting php.ini
sed -i 's/expose_php = On/expose_php = Off/' /usr/local/etc/php/php.ini
# service crond start # service crond start
exec apache2-foreground exec apache2-foreground