Skip to content

Commit

Permalink
corrected YGGINT to OUTINT
Browse files Browse the repository at this point in the history
  • Loading branch information
darkdrgn2k committed Apr 6, 2019
1 parent 19e64b0 commit 5f129a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/yggdrasil-iptunnel/yggdrasil-setup
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ if [ -e /etc/yggdrasil.iptunnel.server ]; then
fi
OUTINT="$(confget -f "/etc/yggdrasil.iptunnel.conf" -s "iptunnel" outint)"
if [[ -z "${OUTINT}" ]]; then
YGGINT="eth0"
OUTINT="eth0"
fi

while read -r PUBLIC_KEY IP_ADDR IP6_ADDR IP6_SUBNET; do
Expand Down

0 comments on commit 5f129a8

Please sign in to comment.