diff --git a/scripts/start.sh b/scripts/start.sh index db883ed..4d5c846 100644 --- a/scripts/start.sh +++ b/scripts/start.sh @@ -44,9 +44,9 @@ fi # Display PHP error's or not if [[ "$ERRORS" != "1" ]] ; then - echo php_flag[display_errors] = off >> /etc/php5/php-fpm.conf + echo php_flag[display_errors] = off >> $fpm_conf else - echo php_flag[display_errors] = on >> /etc/php5/php-fpm.conf + echo php_flag[display_errors] = on >> $fpm_conf fi # Display Version Details or not