Some minor changes in script output.
This commit is contained in:
parent
7cba022614
commit
3ea5c8d2ef
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user