summaryrefslogtreecommitdiff
path: root/netctl-hook
diff options
context:
space:
mode:
Diffstat (limited to 'netctl-hook')
-rwxr-xr-xnetctl-hook2
1 files changed, 1 insertions, 1 deletions
diff --git a/netctl-hook b/netctl-hook
index 5190f02..01f8619 100755
--- a/netctl-hook
+++ b/netctl-hook
@@ -1,3 +1,3 @@
-#!/hint/sh
+#!/hint/bash
printf -v ExecUpPost "systemctl start network-online@%q.service" "$(systemd-escape -- "$Profile")"
printf -v ExecDownPre "systemctl stop network-online@%q.service" "$(systemd-escape -- "$Profile")"