Skip to content
Snippets Groups Projects
Commit ddc45772 authored by Daniel's avatar Daniel
Browse files

MAINT: Formatting.

parent f5b06149
No related branches found
No related tags found
No related merge requests found
......@@ -77,7 +77,8 @@ function backup() {
failure "dumpfile already exists."
fi
echo "Dumping database $NARG_NAME to $NARG_FILE ... "
$CMD_MYSQL_DUMP $MYSQL_CONNECTION_NO_DB $* --opt --default-character-set=utf8 --routines $NARG_NAME > $NARG_FILE
$CMD_MYSQL_DUMP $MYSQL_CONNECTION_NO_DB $* --opt --default-character-set=utf8 --routines \
$NARG_NAME > $NARG_FILE
success
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment