]> andersk Git - moira.git/blobdiff - backup/report.sh
Forgot a ;
[moira.git] / backup / report.sh
index 5eeeff14c6f426a1a77ed18f4e5dd0f2fa07a503..c7714bfdd9483f5c3ae34bc6931dbeae79b58d9e 100644 (file)
@@ -1,7 +1,7 @@
 #!/moira/bin/perl
 # $Header$
 
-chdir("/u1/sms_backup/backup_1");
+chdir($ARGV[0]);
 
 ($sec, $min, $hour, $mday, $month) = localtime($^T);
 @MONTHS = ( "Jan", "Feb", "Mar", "Apr", "May", "Jun",
This page took 0.0394 seconds and 4 git commands to generate.