Compare commits

..

1 Commits

Author SHA1 Message Date
GitHub Actions
373fcf9e90 Update .app files 2026-03-29 12:49:15 +00:00
2 changed files with 1 additions and 5 deletions

View File

@@ -431,10 +431,6 @@ Exercise vigilance regarding copycat or coat-tailing sites that seek to exploit
## 2026-03-29
### 🆕 New Scripts
- YOURLS ([#13379](https://github.com/community-scripts/ProxmoxVE/pull/13379))
## 2026-03-28
### 🚀 Updated Scripts

View File

@@ -283,7 +283,7 @@ EOF
if [[ "${MAINT_MODE:-0}" == 1 ]]; then
msg_info "Disabling Maintenance Mode"
cd /opt/immich/app/bin
$STD ./immich-admin disable-maintenance-mode || true
$STD ./immich-admin disable-maintenance-mode
unset MAINT_MODE
$STD cd -
msg_ok "Disabled Maintenance Mode"