misc-progs: Fix path to killall binary in openvpnctrl

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
Michael Tremer 2023-02-22 15:25:20 +00:00
parent bf9d6ad62a
commit a98b79f878
1 changed files with 1 additions and 1 deletions

View File

@ -463,7 +463,7 @@ static void stopAuthenticator() {
NULL,
};
run("/sbin/killall", argv);
run("/bin/killall", argv);
}
void stopDaemon(void) {