From 0f1db0d631827d9484fcb11cedb7e074bcdf7470 Mon Sep 17 00:00:00 2001 From: "CanbiZ (MickLesk)" <47820557+MickLesk@users.noreply.github.com> Date: Wed, 26 Aug 2026 15:45:33 +0200 Subject: [PATCH] Clean up comments in endurain.sh Removed comments about legacy FRONTEND_DIR migration. --- ct/endurain.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/ct/endurain.sh b/ct/endurain.sh index fdd70d3da..37bdefa6f 100644 --- a/ct/endurain.sh +++ b/ct/endurain.sh @@ -52,8 +52,6 @@ function update_script() { restore_backup - # Existing installs may still have the pre-7e15a4b FRONTEND_DIR path restored - # from backup; migrate only that exact legacy value, never a custom path. if grep -qxF 'FRONTEND_DIR="/opt/endurain/frontend/app/dist"' /opt/endurain/.env; then sed -i 's|^FRONTEND_DIR="/opt/endurain/frontend/app/dist"$|FRONTEND_DIR="/opt/endurain/frontend/dist"|' /opt/endurain/.env fi