Compare commits

...

1 Commits

Author SHA1 Message Date
CanbiZ (MickLesk)
b25cda2b62 Alpine-Wakapi: Remove container checks in update_script function
Removed checks for container storage and resources before updating the script.
2026-04-12 21:18:10 +02:00

View File

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