From: intrigeri Date: Thu, 19 Jan 2006 21:58:56 +0000 (+0000) Subject: typo X-Git-Tag: backupninja-0.9.3~15 X-Git-Url: https://git.stderr.nl/gitweb?p=matthijs%2Fupstream%2Fbackupninja.git;a=commitdiff_plain;h=24f803c9ac95ab1247992201274a94e38f0e2d8f typo --- 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"