Mark script s executable

This commit is contained in:
floh1111 2011-08-14 16:32:47 +00:00
parent a47d49f655
commit 445b5e3026
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
#!/bin/sh
[ "$ACTION" = "ifup" -a "$INTERFACE" = "wan" ] && {
sh /etc/configurator.sh
}
}