mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-09 18:45:54 +02:00
Fix sytax error in migrate.pl
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user