From c8ebca79ad314975a4955bf42fe7705b0c20e9f3 Mon Sep 17 00:00:00 2001 From: Micah Anderson Date: Tue, 7 Mar 2006 18:40:08 +0000 Subject: mysql tried to remove a tmpfile that didn't exist, fixed check for this --- handlers/mysql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'handlers') diff --git a/handlers/mysql b/handlers/mysql index f89d8d7..ae54aae 100644 --- a/handlers/mysql +++ b/handlers/mysql @@ -277,7 +277,7 @@ fi fi # clean up tmp config file -if [ "$dbusername" != "" ] +if [ "$dbusername" != "" -a "$dbpassword" != "" ] then ## clean up tmp config file debug "rm $mycnf" -- cgit v1.2.3