Changeset 1209 for pmb4.2/trunk/fuentes/pmb
- Timestamp:
- Apr 19, 2016, 1:13:42 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pmb4.2/trunk/fuentes/pmb/lliurex/utilidades/phpiniconf.sh
r1177 r1209 1 1 #!/bin/bash 2 2 3 php_file="/etc/php 7/apache2/php.ini"3 php_file="/etc/php5/apache2/php.ini" 4 4 5 5 … … 46 46 fi 47 47 do_set_variable $2 $3 48 /etc/init.d/apache2 reload48 /etc/init.d/apache2-lliurex reload 49 49 ;; 50 50 "--pmb") … … 52 52 do_set_variable max_execution_time 150 53 53 do_set_variable post_max_size 20M 54 /etc/init.d/apache2 reload54 /etc/init.d/apache2-lliurex reload 55 55 ;; 56 56 "--restore") … … 58 58 do_set_variable max_execution_time 30 59 59 do_set_variable post_max_size 20M 60 /etc/init.d/apache2 reload60 /etc/init.d/apache2-lliurex reload 61 61 ;; 62 62 *) usage
Note: See TracChangeset
for help on using the changeset viewer.