diff options
author | intrigeri <intrigeri@boum.org> | 2006-01-19 21:58:56 +0000 |
---|---|---|
committer | intrigeri <intrigeri@boum.org> | 2006-01-19 21:58:56 +0000 |
commit | 24f803c9ac95ab1247992201274a94e38f0e2d8f (patch) | |
tree | b5d34d8db77ffdd60378a9746e11a003c99a7df7 /handlers | |
parent | 3e3589c842115e94e291164f038cad8f44a37efc (diff) | |
download | backupninja-24f803c9ac95ab1247992201274a94e38f0e2d8f.tar.gz backupninja-24f803c9ac95ab1247992201274a94e38f0e2d8f.tar.bz2 |
typo
Diffstat (limited to 'handlers')
-rw-r--r-- | handlers/mysql | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/handlers/mysql b/handlers/mysql index 3b82ddf..68f4f3c 100644 --- a/handlers/mysql +++ b/handlers/mysql @@ -136,7 +136,7 @@ EOF fi fi -# if a user is not set, use $confgfile, otherwise use $mycnf +# if a user is not set, use $configfile, otherwise use $mycnf if [ "$user" == "" ]; then user=root; defaultsfile="--defaults-file=$configfile" |