From bec900b33bb35481cfe75c6682ed1cfae3bb3c64 Mon Sep 17 00:00:00 2001 From: Arne Fitzenreiter Date: Wed, 17 Sep 2008 16:47:28 +0200 Subject: [PATCH] Fix sytax error in migrate.pl --- config/qos/migrate.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/qos/migrate.pl b/config/qos/migrate.pl index 5c93d26ece..f6b1b0fe22 100755 --- a/config/qos/migrate.pl +++ b/config/qos/migrate.pl @@ -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; -- 2.39.5