Skip to content

Commit cfa43f1

Browse files
ns-plug: mwan3 hooks needs bash (#993)
The script uses a bash-only syntax. Using bash gives the following error: /usr/libexec/ns-plug/mwan-hooks: line 17: failed_count++: not found #1014
1 parent 15229b4 commit cfa43f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/ns-plug/files/mwan-hooks

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/sh
1+
#!/bin/bash
22

33
#
44
# Copyright (C) 2024 Nethesis S.r.l.

0 commit comments

Comments
 (0)