mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-25 10:22:59 +02:00
misc-progs: Fix path to killall binary in openvpnctrl
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
@@ -463,7 +463,7 @@ static void stopAuthenticator() {
|
||||
NULL,
|
||||
};
|
||||
|
||||
run("/sbin/killall", argv);
|
||||
run("/bin/killall", argv);
|
||||
}
|
||||
|
||||
void stopDaemon(void) {
|
||||
|
||||
Reference in New Issue
Block a user