aboutsummaryrefslogtreecommitdiff
path: root/handlers
diff options
context:
space:
mode:
authorMicah Anderson <micah@riseup.net>2009-04-11 12:09:18 -0400
committerMicah Anderson <micah@riseup.net>2009-04-11 12:09:18 -0400
commit2b7734d331d3ada3641631e1991c340421e8eea9 (patch)
treeb31e129fada1b6ee9fbf48f10c7c2da058880695 /handlers
parent64edfccf7684d9c080e734b25fa9361f0190afec (diff)
downloadbackupninja-2b7734d331d3ada3641631e1991c340421e8eea9.tar.gz
backupninja-2b7734d331d3ada3641631e1991c340421e8eea9.tar.bz2
resolve whitespace warning
Diffstat (limited to 'handlers')
-rw-r--r--handlers/mysql.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/handlers/mysql.in b/handlers/mysql.in
index 6e894fe..b304833 100644
--- a/handlers/mysql.in
+++ b/handlers/mysql.in
@@ -88,7 +88,7 @@ if [ "$dbusername" != "" -a "$dbpassword" != "" ]
then
if [ $usevserver = yes ]
then
- home=`$VSERVER $vsname exec getent passwd "root" | @AWK@ -F: '{print $6}'`
+ home=`$VSERVER $vsname exec getent passwd "root" | @AWK@ -F: '{print $6}'`
else
home=`getent passwd "root" | @AWK@ -F: '{print $6}'`
fi