From 445b5e3026f67b0da8eb569eb040e10c4be3c33d Mon Sep 17 00:00:00 2001 From: floh1111 Date: Sun, 14 Aug 2011 16:32:47 +0000 Subject: [PATCH] Mark script s executable --- root_file_system/default/etc/hotplug.d/iface/51-configurator | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/root_file_system/default/etc/hotplug.d/iface/51-configurator b/root_file_system/default/etc/hotplug.d/iface/51-configurator index 197f815..c13c3bf 100755 --- a/root_file_system/default/etc/hotplug.d/iface/51-configurator +++ b/root_file_system/default/etc/hotplug.d/iface/51-configurator @@ -1,4 +1,4 @@ #!/bin/sh [ "$ACTION" = "ifup" -a "$INTERFACE" = "wan" ] && { sh /etc/configurator.sh -} \ No newline at end of file +}