occ_maintenance.sh: some minor changes to the script output.

This commit is contained in:
Christoph 2023-08-05 00:42:42 +02:00
parent 588eb68502
commit ebdccd5c44

View File

@ -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"