mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2026-07-21 13:25:06 +02:00
rm old comments
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user