Fix sytax error in migrate.pl

This commit is contained in:
Arne Fitzenreiter
2008-09-17 16:47:28 +02:00
parent 41e27086d5
commit bec900b33b

View File

@@ -122,6 +122,6 @@ system("/etc/init.d/collectd start");
system("/usr/local/bin/qosctrl start");
# Finaly we will delete unneeded evt files and touch the migration file
system("rf $rrddir/*.evt");
system("rm -f $rrddir/*.evt");
system("touch $rrddir/migrated");
exit 0;