Some minor changes in script output.

This commit is contained in:
Christoph 2018-03-05 11:46:47 +01:00
parent 7cba022614
commit 3ea5c8d2ef
2 changed files with 12 additions and 4 deletions

View File

@ -139,7 +139,9 @@ fi
# - Load Settings from configuration file
# -------------
echo ""
if $terminal ; then
echo ""
fi
echononl " Loading configuration settings from $(basename ${conf_file}).."
if [[ -f "$conf_file" ]]; then
source "$conf_file" > $tmp_log_file 2>&1
@ -312,7 +314,9 @@ for _val in ${mysql_credential_args_arr[@]} ; do
info "Reoptimizing table \"${table}\" of database \"$db\" was successfully."
fi
fi
echo ""
if $terminal ; then
echo ""
fi
fi

View File

@ -139,7 +139,9 @@ fi
# - Load Settings from configuration file
# -------------
echo ""
if $terminal ; then
echo ""
fi
echononl " Loading configuration settings from $(basename ${conf_file}).."
if [[ -f "$conf_file" ]]; then
source "$conf_file" > $tmp_log_file 2>&1
@ -239,7 +241,9 @@ for _val in ${mysql_credential_args_arr[@]} ; do
info "Reoptimizing table \"${table}\" of database \"$db\" was successfully."
fi
fi
echo ""
if $terminal ;then
echo ""
fi
fi