diff options
Diffstat (limited to 'package/pptp/files/pptp.sh')
-rwxr-xr-x | package/pptp/files/pptp.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/pptp/files/pptp.sh b/package/pptp/files/pptp.sh index 911e0aae2a..e2e4729b92 100755 --- a/package/pptp/files/pptp.sh +++ b/package/pptp/files/pptp.sh @@ -1,6 +1,6 @@ #!/bin/sh -. /etc/functions.sh +. /lib/functions.sh . ../netifd-proto.sh init_proto "$@" |