7 lines
147 B
Bash
7 lines
147 B
Bash
#!/bin/sh
|
|
|
|
# setting php.ini
|
|
sed -i 's/expose_php = On/expose_php = Off/' /usr/local/etc/php/php.ini
|
|
|
|
# service crond start
|
|
exec apache2-foreground |