From bdb28375d9872a49f7008fbdf2d8a1fad3790344 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Tue, 24 Sep 2013 09:42:17 +0200 Subject: scripts: move some utility functions out of netifd-proto.sh into utils.sh Signed-off-by: Felix Fietkau --- examples/proto/pptp.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'examples/proto/pptp.sh') diff --git a/examples/proto/pptp.sh b/examples/proto/pptp.sh index 5189e95..7c8a13d 100755 --- a/examples/proto/pptp.sh +++ b/examples/proto/pptp.sh @@ -1,5 +1,7 @@ #!/bin/sh -. ../../scripts/netifd-proto.sh +NETIFD_MAIN_DIR=../../scripts +. $NETIFD_MAIN_DIR/netifd-proto.sh + init_proto "$@" proto_pptp_init_config() { -- cgit v1.2.3