-
authorhackbard <hackbard>
Mon, 25 Aug 2003 20:12:22 +0000 (20:12 +0000)
committerhackbard <hackbard>
Mon, 25 Aug 2003 20:12:22 +0000 (20:12 +0000)
backup.sh

index 709c128..b589589 100755 (executable)
--- a/backup.sh
+++ b/backup.sh
@@ -187,7 +187,7 @@ if [ "$host" = "hackstation" -o "$host" = "mobile" -o "$host" = "hdw" -o "$host"
        cp -r /home/hackbard/.ssh ./home/hackbard
 
        # hunz config
-       if [ -f /home/hackbard/hunz.sh ] && cp /home/hackbard/hunz.sh ./home/hackbard
+       [ -f /home/hackbard/hunz.sh ] && cp /home/hackbard/hunz.sh ./home/hackbard
 
 fi