Skip to content
Snippets Groups Projects
Commit 202d8ae8 authored by Henrik tom Wörden's avatar Henrik tom Wörden
Browse files

FIX: fix names

parent 5bc91a64
Branches
Tags
No related merge requests found
...@@ -64,10 +64,10 @@ EOF ...@@ -64,10 +64,10 @@ EOF
) )
# Load settings from .config and defaults ##################################### # Load settings from .config and defaults #####################################
. $UTILS_PATH/load_settings.sh . $UTILSPATH/load_settings.sh
# load useful functions ####################################################### # load useful functions #######################################################
. $UTILS_PATH/helpers.sh . $UTILSPATH/helpers.sh
function backup() { function backup() {
NARG_NAME="$1" NARG_NAME="$1"
...@@ -79,7 +79,7 @@ function backup() { ...@@ -79,7 +79,7 @@ function backup() {
failure "dumpfile already exists." failure "dumpfile already exists."
fi fi
echo "Dumping database $NARG_NAME to $NARG_FILE ... " echo "Dumping database $NARG_NAME to $NARG_FILE ... "
$MYSQLDUMP_CMD $(get_mysql_args_no_db) $* --opt --default-character-set=utf8 --routines \ $MYSQLDUMP_CMD $(get_mysql_args_nodb) $* --opt --default-character-set=utf8 --routines \
"$NARG_NAME" > "$NARG_FILE" "$NARG_NAME" > "$NARG_FILE"
if [[ "$YAML" == "true" ]] ; then if [[ "$YAML" == "true" ]] ; then
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment