rm old comments

This commit is contained in:
MickLesk
2026-07-20 20:49:52 +02:00
parent b4030cef3a
commit 7a76d94745
4 changed files with 0 additions and 7 deletions
-2
View File
@@ -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
-2
View File
@@ -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
-1
View File
@@ -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"
-2
View File
@@ -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"