Fix unclosed if statement

This commit is contained in:
Sam Heinz
2025-06-22 20:19:19 +10:00
parent 624921330f
commit d32de66225
5 changed files with 9 additions and 8 deletions
+1
View File
@@ -911,6 +911,7 @@ start() {
apt-get install -y whiptail &>/dev/null
elif [ -f /etc/alpine-release ]; then
apk add --no-cache whiptail &>/dev/null
fi
fi
if command -v pveversion >/dev/null 2>&1; then