From cb7f5f8419ef4e4700d5e782e98344b9987e5103 Mon Sep 17 00:00:00 2001 From: Johan Denoyer Date: Thu, 4 Jan 2018 16:11:02 +0100 Subject: [PATCH] Modification of start-iked.sh to allow sitename filename longer than 6 caracters --- start-iked.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/start-iked.sh b/start-iked.sh index d524d2a..e7718ae 100755 --- a/start-iked.sh +++ b/start-iked.sh @@ -39,6 +39,10 @@ iked -F & IKED_PID=$! echo "IKEd started." +#Modification to take into account that some site files are not opened using cwd due to their filename being longer than 6 caracters - JohanD (See Issue 1) +/bin/mkdir /root/.ike +/bin/ln /sites/ /root/.ike/sites -s + echo "Starting IKEc for $SITE..." $COMMAND & IKEC_PID=$!