From b8738650ef1ed3722cc0141e5e1351818a402942 Mon Sep 17 00:00:00 2001 From: src386 Date: Tue, 1 Sep 2015 11:14:19 +0200 Subject: [PATCH] add backspace to timezone detection message --- README.md | 2 +- scripts/install | 2 +- scripts/upgrade | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index f5c803b..08a8193 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ Current Movim version : 0.9 git2015-08-31 - Update to Movim 0.9 git2015-08-31 - Add notes in README about public pods & whitelisting - script/install now check if path is empty. -- script/remove now delete /etc/php/fpm/pool.d/movim.conf +- script/remove now delete /etc/php/fpm/pool.d/movim.conf (fix #8). - script/remove now delete 'movim' user only after Movim service is stopped. - script/update now updates php dependancies (composer update). - conf/movim.service now has a PID and a syslog identifier. diff --git a/scripts/install b/scripts/install index 8bbe467..1017c46 100644 --- a/scripts/install +++ b/scripts/install @@ -39,7 +39,7 @@ if [[ -z "$timezone" ]]; then printf "Could not detect Timezone, please check /etc/timezone. Installation aborted" exit 1 else -printf "Detected Timezone $timezone" +printf "Detected Timezone $timezone \n" fi # Check path not empty diff --git a/scripts/upgrade b/scripts/upgrade index 028a50a..ee2c1ca 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -12,7 +12,7 @@ if [[ -z "$timezone" ]]; then printf "Could not detect Timezone, please check /etc/timezone. Installation aborted" exit 1 else -printf "Detected Timezone $timezone" +printf "Detected Timezone $timezone \n" fi # Install Movim files