scripts: move some utility functions out of netifd-proto.sh into utils.sh
[project/netifd.git] / examples / proto / ppp.sh
index f0d0ca3..4750f40 100755 (executable)
@@ -1,6 +1,6 @@
 #!/bin/sh
-DUMMY=1
-. ../../scripts/netifd-proto.sh
+NETIFD_MAIN_DIR=../../scripts
+. $NETIFD_MAIN_DIR/netifd-proto.sh
 
 init_proto "$@"