mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2026-08-31 12:35:54 +00:00
Clean up comments in endurain.sh
Removed comments about legacy FRONTEND_DIR migration.
This commit is contained in:
committed by
GitHub
parent
f66c3d89ba
commit
0f1db0d631
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user