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