summaryrefslogtreecommitdiff
path: root/netctl-hook
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2015-10-26 00:40:58 -0400
committerLuke Shumaker <lukeshu@sbcglobal.net>2015-10-26 00:40:58 -0400
commit66e08077bee03c33b13064b892171bf6e1c320e3 (patch)
treedfc2303df321860a5e5d0e0150148428c97d2bfb /netctl-hook
parent69573b173f10fa315aa3ce8c4af67fce2a31f60b (diff)
tidy
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")"