From dd9bc839a79edcbd8b332647a806032050b0187c Mon Sep 17 00:00:00 2001 From: Christoph Date: Mon, 8 Jan 2018 01:37:38 +0100 Subject: [PATCH] Minor changes. --- README.php.ini | 5 ++++- update_nextcloud.sh | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/README.php.ini b/README.php.ini index 26c7c1c..5d6c632 100644 --- a/README.php.ini +++ b/README.php.ini @@ -1,4 +1,4 @@ -PHP configuration (php.ini) +HP configuration (php.ini) memory_limit....................: 512M max_execution_time..............: 180 upload_max_filesize.............: 64M @@ -6,6 +6,9 @@ PHP configuration (php.ini) mbstring.func_overload..........: 0 always_populate_raw_post_data...: -1 default_charset.................: 'UTF-8' + + # - enfernt in PHP 7.0.0 + # - output_buffering................: off apcu: diff --git a/update_nextcloud.sh b/update_nextcloud.sh index 82e12ad..9efef7e 100755 --- a/update_nextcloud.sh +++ b/update_nextcloud.sh @@ -83,7 +83,7 @@ fatal (){ if $terminal ; then echo -e "\t[ \033[31m\033[1mFatal\033[m ]: \033[37m\033[1m$*\033[m" echo "" - echo -e "\t\033[31m\033[1m Firewall Script will be interrupted..\033[m\033[m" + echo -e "\t\033[31m\033[1m Script will be interrupted..\033[m\033[m" else echo "fatal: $*" echo "Script will be interrupted.."