From e0d5c633ff83a882af224337e290654460893242 Mon Sep 17 00:00:00 2001
From: Bjoern Franke <bjo@nord-west.org>
Date: Mon, 24 Feb 2014 06:26:40 +0100
Subject: [PATCH] fixed paths

---
 fastdreg/files/etc/hotplug.d/iface/50-fastdstart | 2 +-
 fastdreg/files/etc/init.d/fastdreg               | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/fastdreg/files/etc/hotplug.d/iface/50-fastdstart b/fastdreg/files/etc/hotplug.d/iface/50-fastdstart
index 27b4da0..34ded74 100755
--- a/fastdreg/files/etc/hotplug.d/iface/50-fastdstart
+++ b/fastdreg/files/etc/hotplug.d/iface/50-fastdstart
@@ -1,5 +1,5 @@
 #!/bin/sh 
 [ "$ACTION" = "ifup" -a "$INTERFACE" = "wan" ] && {
 	sleep 3
-	/lib/ffol/fastdreg.sh
+	/lib/ffol/fastdreg/fastdreg.sh
 }
diff --git a/fastdreg/files/etc/init.d/fastdreg b/fastdreg/files/etc/init.d/fastdreg
index 44c4f48..08055dc 100755
--- a/fastdreg/files/etc/init.d/fastdreg
+++ b/fastdreg/files/etc/init.d/fastdreg
@@ -3,5 +3,5 @@ fastdenabled=$(uci get fastd.mesh_vpn.enabled)
 fastdregdone=$(uci get fastd.regdone)
 
 if [ $fastdenabled ] && [ ! $fastdregdone ]; then
-	/lib/ffol/fastdreg.sh
+	/lib/ffol/fastdreg/fastdreg.sh
 fi
-- 
GitLab