From 66e08077bee03c33b13064b892171bf6e1c320e3 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Mon, 26 Oct 2015 00:40:58 -0400 Subject: tidy --- netctl-hook | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'netctl-hook') 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")" -- cgit v1.2.3