From f94ba5991d4a181f9846115dbb0ba34743e5dde5 Mon Sep 17 00:00:00 2001 From: Christoph Date: Tue, 30 Jan 2018 04:42:32 +0100 Subject: [PATCH] Fix command output. --- update_nextcloud.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/update_nextcloud.sh b/update_nextcloud.sh index 9efef7e..3d8d02d 100755 --- a/update_nextcloud.sh +++ b/update_nextcloud.sh @@ -641,6 +641,7 @@ fi # - Remove symlink from old installation directory # - +echononl " Remove symlink from old installation directory" rm ${WEB_BASE_DIR}/nextcloud > $log_file 2>&1 if [[ $? -eq 0 ]]; then echo_ok @@ -651,6 +652,7 @@ fi # - Set symlink (documentroot) for new installation directory # - +echononl " Set symlink (documentroot) for new installation directory" ln -s nextcloud-${VERSION} ${WEB_BASE_DIR}/nextcloud > $log_file 2>&1 if [[ $? -eq 0 ]]; then echo_ok