From a225b3c51cc6844ece45f049078dd883d094d4d8 Mon Sep 17 00:00:00 2001 From: tteckster Date: Wed, 10 May 2023 20:39:37 -0400 Subject: [PATCH] Update build.func --- misc/build.func | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/misc/build.func b/misc/build.func index d95e619b..614dc379 100644 --- a/misc/build.func +++ b/misc/build.func @@ -372,7 +372,8 @@ advanced_settings() { fi echo -e "${DGN}Enable Root SSH Access: ${BGN}$SSH${CL}" else - echo -e "${DGN}Enable Root SSH Access: ${BGN}no${CL}" + SSH="no" + echo -e "${DGN}Enable Root SSH Access: ${BGN}$SSH${CL}" fi if [[ "$APP" == "Docker" || "$APP" == "Umbrel" || "$APP" == "CasaOS" || "$APP" == "Home Assistant" ]]; then