diff --git a/ct/alpine-ironclaw.sh b/ct/alpine-ironclaw.sh index 9176dbf938..de8a8558a2 100644 --- a/ct/alpine-ironclaw.sh +++ b/ct/alpine-ironclaw.sh @@ -21,8 +21,6 @@ catch_errors function update_script() { header_info - check_container_storage - check_container_resources if [[ ! -f /usr/local/bin/ironclaw ]]; then msg_error "No ${APP} Installation Found!" diff --git a/ct/alpine-ntfy.sh b/ct/alpine-ntfy.sh index 2bb4e9ba96..a3bc21f31e 100644 --- a/ct/alpine-ntfy.sh +++ b/ct/alpine-ntfy.sh @@ -22,8 +22,6 @@ catch_errors function update_script() { header_info - check_container_storage - check_container_resources if [[ ! -d /etc/ntfy ]]; then msg_error "No ${APP} Installation Found!" exit diff --git a/ct/alpine-redlib.sh b/ct/alpine-redlib.sh index b9b4d49ff2..71d470a1fe 100644 --- a/ct/alpine-redlib.sh +++ b/ct/alpine-redlib.sh @@ -21,7 +21,6 @@ catch_errors function update_script() { header_info - check_container_resources if [[ ! -d /opt/redlib ]]; then msg_error "No ${APP} Installation Found!" diff --git a/ct/alpine-rustypaste.sh b/ct/alpine-rustypaste.sh index 4bf9c633c2..bdb4cb9dfa 100644 --- a/ct/alpine-rustypaste.sh +++ b/ct/alpine-rustypaste.sh @@ -21,8 +21,6 @@ catch_errors function update_script() { header_info - check_container_storage - check_container_resources if ! apk info -e rustypaste >/dev/null 2>&1; then msg_error "No ${APP} Installation Found!"