mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-26 19:00:34 +02:00
Fixes an MPFire
Syntaxfix am ipsec git-svn-id: http://svn.ipfire.org/svn/ipfire/trunk@757 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8
This commit is contained in:
@@ -269,7 +269,7 @@ int main(int argc, char *argv[]) {
|
||||
|
||||
if ( (argc == 2) && (file = fopen("/var/run/vpn-watch.pid", "r"))) {
|
||||
safe_system("kill -9 $(cat /var/run/vpn-watch.pid)");
|
||||
safe_system("unlink /var/run/vpn-watch.pid)");
|
||||
safe_system("unlink /var/run/vpn-watch.pid");
|
||||
close(file);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user