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
|
# - Load Settings from configuration file
|
||||||
# -------------
|
# -------------
|
||||||
|
|
||||||
echo ""
|
if $terminal ; then
|
||||||
|
echo ""
|
||||||
|
fi
|
||||||
echononl " Loading configuration settings from $(basename ${conf_file}).."
|
echononl " Loading configuration settings from $(basename ${conf_file}).."
|
||||||
if [[ -f "$conf_file" ]]; then
|
if [[ -f "$conf_file" ]]; then
|
||||||
source "$conf_file" > $tmp_log_file 2>&1
|
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."
|
info "Reoptimizing table \"${table}\" of database \"$db\" was successfully."
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
if $terminal ; then
|
||||||
echo ""
|
echo ""
|
||||||
|
fi
|
||||||
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
@ -139,7 +139,9 @@ fi
|
|||||||
# - Load Settings from configuration file
|
# - Load Settings from configuration file
|
||||||
# -------------
|
# -------------
|
||||||
|
|
||||||
echo ""
|
if $terminal ; then
|
||||||
|
echo ""
|
||||||
|
fi
|
||||||
echononl " Loading configuration settings from $(basename ${conf_file}).."
|
echononl " Loading configuration settings from $(basename ${conf_file}).."
|
||||||
if [[ -f "$conf_file" ]]; then
|
if [[ -f "$conf_file" ]]; then
|
||||||
source "$conf_file" > $tmp_log_file 2>&1
|
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."
|
info "Reoptimizing table \"${table}\" of database \"$db\" was successfully."
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
if $terminal ;then
|
||||||
echo ""
|
echo ""
|
||||||
|
fi
|
||||||
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user