Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions automysqlbackup
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ let "N_backup_local_nofiles=0x20"
# @info: Default configuration options.
# @deps: (none)
load_default_config() {
CONFIG_configfile="/etc/automysqlbackup/automysqlbackup.conf"
CONFIG_configfile="${CONFIG_configfile:-/etc/automysqlbackup/automysqlbackup.conf}"
CONFIG_backup_dir='/var/backup/db'
CONFIG_multicore='yes'
CONFIG_multicore_threads=2
Expand Down Expand Up @@ -2252,4 +2252,4 @@ elif (( $# == 0 )) && (( ${#opt_flags[@]} == 0 )); then
method_backup
fi

# END __main
# END __main