From ea4f1a0b3ce412ca75fc82c3bb30bfb6e02980fd Mon Sep 17 00:00:00 2001 From: MickLesk Date: Sun, 12 Apr 2026 21:13:36 +0200 Subject: [PATCH] Alpine-Wakapi: remove container storage check for BusyBox compatibility --- ct/alpine-wakapi.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/ct/alpine-wakapi.sh b/ct/alpine-wakapi.sh index 484f1d1eb..013cb656d 100644 --- a/ct/alpine-wakapi.sh +++ b/ct/alpine-wakapi.sh @@ -22,7 +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!"