From b25cda2b6280d0e364594b46ab8220e1dd1c503c Mon Sep 17 00:00:00 2001 From: "CanbiZ (MickLesk)" <47820557+MickLesk@users.noreply.github.com> Date: Sun, 12 Apr 2026 21:18:10 +0200 Subject: [PATCH] Alpine-Wakapi: Remove container checks in update_script function Removed checks for container storage and resources before updating the script. --- ct/alpine-wakapi.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/ct/alpine-wakapi.sh b/ct/alpine-wakapi.sh index 484f1d1eb..042ffa522 100644 --- a/ct/alpine-wakapi.sh +++ b/ct/alpine-wakapi.sh @@ -22,8 +22,6 @@ catch_errors function update_script() { header_info - check_container_storage - check_container_resources if [[ ! -d /opt/wakapi ]]; then msg_error "No ${APP} Installation Found!" exit