Skip to content

Commit eaf1f55

Browse files
authored
Merge pull request kitten#11 from zultron/master
run.sh: Fix strongswan.conf installation
2 parents 10f08be + 301406a commit eaf1f55

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

run.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,9 +67,9 @@ if [ -f "/etc/ipsec.d/ipsec.conf" ]; then
6767
cp -f /etc/ipsec.d/ipsec.conf /etc/ipsec.conf
6868
fi
6969

70-
if [ -f "/conf/strongswan.conf" ]; then
70+
if [ -f "/etc/ipsec.d/strongswan.conf" ]; then
7171
echo "Overwriting standard /etc/strongswan.conf with /etc/ipsec.d/strongswan.conf"
72-
cp -f /conf/strongswan.conf /etc/strongswan.conf
72+
cp -f /etc/ipsec.d/strongswan.conf /etc/strongswan.conf
7373
fi
7474

7575
if [ -f "/etc/ipsec.d/xl2tpd.conf" ]; then

0 commit comments

Comments
 (0)