From 11b3f0da35057e6b2b02542086e32765932e2d62 Mon Sep 17 00:00:00 2001 From: Thiago Canozzo Lahr Date: Mon, 23 Feb 2026 14:03:08 -0300 Subject: [PATCH] Refactor immichframe.sh by removing unnecessary checks Removed redundant installation verification step and a commented-out line for tar.gz removal. --- ct/immichframe.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/ct/immichframe.sh b/ct/immichframe.sh index e8c297351..3a476b5e6 100644 --- a/ct/immichframe.sh +++ b/ct/immichframe.sh @@ -24,7 +24,6 @@ function update_script() { check_container_storage check_container_resources - # Step 1: Verify installation exists if [[ ! -d /app ]]; then msg_error "No ${APP} Installation Found!" exit @@ -60,7 +59,6 @@ function update_script() { cp -r build/* /app/wwwroot echo "${RELEASE}" > /app/version.txt - #rm -rf /tmp/immichframe.tar.gz "${SRCDIR}" msg_info "Starting ${APP} service" service immichframe start &>/dev/null