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