From 4ac74eb968ee08a8346d8991802995c3cb3fe67b Mon Sep 17 00:00:00 2001 From: Justin Byrne Date: Mon, 9 May 2022 19:10:23 +0100 Subject: [PATCH] Fixed spelling mistake --- startup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/startup.sh b/startup.sh index d790523..b748743 100644 --- a/startup.sh +++ b/startup.sh @@ -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