Compare commits

...

2 Commits

Author SHA1 Message Date
copilot-swe-agent[bot] d1bfdb0a32 fix(build.func): remove duplicate if statement causing syntax error 2026-06-23 05:27:44 +00:00
copilot-swe-agent[bot] 8e2489ef97 Initial plan 2026-06-23 05:25:28 +00:00
-1
View File
@@ -5723,7 +5723,6 @@ create_lxc_container() {
fi fi
local _disable_update="${DISABLE_UPDATE:-no}" local _disable_update="${DISABLE_UPDATE:-no}"
if [[ "${PHS_SILENT:-0}" == "1" || "${_disable_update,,}" == "yes" ]]; then if [[ "${PHS_SILENT:-0}" == "1" || "${_disable_update,,}" == "yes" ]]; then
if [[ "${PHS_SILENT:-0}" == "1" || "${DISABLE_UPDATE,,}" == "yes" ]]; then
msg_info "Skipping host LXC stack upgrade prompt (unattended mode)" msg_info "Skipping host LXC stack upgrade prompt (unattended mode)"
return 2 return 2
fi fi