From: intrigeri Date: Thu, 19 Jan 2006 21:58:56 +0000 (+0000) Subject: typo X-Git-Url: https://git.stderr.nl/gitweb?a=commitdiff_plain;h=005eda3e936a7dad441ce5872974ef663ec4d91a;p=matthijs%2Fupstream%2Fbackupninja.git typo git-svn-id: http://code.autistici.org/svn/backupninja/trunk@340 758a04ac-41e6-0310-8a23-8373a73cc35d --- 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"