Update build.func

This commit is contained in:
tteckster 2023-05-10 20:39:37 -04:00 committed by GitHub
parent 250ce4284d
commit a225b3c51c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -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