diff --git a/ct/affine.sh b/ct/affine.sh index b910afe5d..4ccf2c51f 100644 --- a/ct/affine.sh +++ b/ct/affine.sh @@ -42,8 +42,6 @@ function update_script() { CLEAN_INSTALL=1 fetch_and_deploy_gh_release "affine_app" "toeverything/AFFiNE" "tarball" "${RELEASE}" "/opt/affine" - # Restore BEFORE the build: CLEAN_INSTALL wiped /opt/affine including .env, - # and the build below sources it restore_backup if [[ ! -f /opt/affine/.env ]]; then diff --git a/ct/matomo.sh b/ct/matomo.sh index 4bf59af04..a1013e850 100644 --- a/ct/matomo.sh +++ b/ct/matomo.sh @@ -49,8 +49,6 @@ function update_script() { chmod -R 755 /opt/matomo/tmp msg_ok "Set up Matomo" - # Restore AFTER the matomo/ subdir normalization above, so the restored - # config lands in the final directory layout restore_backup chown -R www-data:www-data /opt/matomo diff --git a/ct/nametag.sh b/ct/nametag.sh index f814c3b48..b20f3f01b 100644 --- a/ct/nametag.sh +++ b/ct/nametag.sh @@ -39,7 +39,6 @@ function update_script() { CLEAN_INSTALL=1 fetch_and_deploy_gh_release "nametag" "mattogodoy/nametag" "tarball" "latest" "/opt/nametag" - # Restore BEFORE the build: CLEAN_INSTALL wiped /opt/nametag and the build sources .env restore_backup msg_info "Rebuilding Application" diff --git a/ct/postiz.sh b/ct/postiz.sh index bf488bf98..e74bef7fe 100644 --- a/ct/postiz.sh +++ b/ct/postiz.sh @@ -41,8 +41,6 @@ function update_script() { CLEAN_INSTALL=1 fetch_and_deploy_gh_release "postiz" "gitroomhq/postiz-app" "tarball" - # Restore BEFORE the build: CLEAN_INSTALL wiped /opt/postiz including .env, - # and the build below sources it restore_backup msg_info "Building Application"