Merge pull request #42 from JustinByrne/patch-1

Fixed spelling mistake
This commit is contained in:
Matteo Pietro Dazzi
2022-05-09 23:00:41 +02:00
committed by GitHub

View File

@@ -19,7 +19,7 @@ then
echo Adding ip route add "$subnet" via "${DEFAULT_GATEWAY}" dev eth0 for attached container web ui access
done
echo Do not forget to expose the ports for attached container we ui access
echo Do not forget to expose the ports for attached container web ui access
fi
if [ "${CREATE_TUN_DEVICE}" = "true" ]; then