From ebdccd5c44ae81117a93820ecaee21edd8a4bf7f Mon Sep 17 00:00:00 2001 From: Christoph Date: Sat, 5 Aug 2023 00:42:42 +0200 Subject: [PATCH] occ_maintenance.sh: some minor changes to the script output. --- occ_maintenance.sh | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/occ_maintenance.sh b/occ_maintenance.sh index 2791d1e..00a4f40 100755 --- a/occ_maintenance.sh +++ b/occ_maintenance.sh @@ -249,7 +249,7 @@ DEFAULT_HTTP_USER="www-data" DEFAULT_HTTP_GROUP="www-data" DEFAULT_PHP_ENGINE='FPM' -echo "" +blank_line echononl " Include Configuration file '$(basename "${conf_file}")'.." if [[ ! -f $conf_file ]]; then echo_skipped @@ -258,7 +258,6 @@ else source $conf_file echo_ok fi -echo "" DEFAULT_WEB_BASE_DIR="/var/www/${WEBSITE}" [[ -n "$WEB_BASE_DIR" ]] || WEB_BASE_DIR=$DEFAULT_WEB_BASE_DIR @@ -290,8 +289,6 @@ fi #clear if $terminal ; then - echo "" - echo "" echo "" echo -e "\033[32m-----\033[m" echo -e "Trigger a set of occ comands on system \033[1m${WEB_BASE_DIR}\033[m"