Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions start-iked.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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=$!
Expand Down