forked from norman/fusionpbx-install.sh-github-mirror
Enhance-More Colours (#52)
enable colours in more scripts change fail2ban.s to use arguments.sh to initialize it's variables
This commit is contained in:
8
debian/resources/php.sh
vendored
8
debian/resources/php.sh
vendored
@@ -1,7 +1,13 @@
|
||||
#!/bin/sh
|
||||
|
||||
#move to script directory so all relative paths work
|
||||
cd "$(dirname "$0")"
|
||||
|
||||
. ./colors.sh
|
||||
. ./arguments.sh
|
||||
|
||||
#send a message
|
||||
echo "Configure PHP"
|
||||
verbose "Configuring PHP"
|
||||
|
||||
#update config if source is being used
|
||||
sed 's#post_max_size = .*#post_max_size = 80M#g' -i /etc/php5/fpm/php.ini
|
||||
|
||||
Reference in New Issue
Block a user