Update termix.sh

This commit is contained in:
CanbiZ (MickLesk)
2026-03-18 11:55:32 +01:00
parent dff876fb5c
commit c5caca97fd

View File

@@ -138,15 +138,6 @@ WantedBy=multi-user.target
EOF
systemctl daemon-reload
fi
cd /opt/termix
$STD node -e "
const Database = require('better-sqlite3');
try {
const db = new Database('data/db.sqlite');
db.prepare(\"UPDATE settings SET value = '127.0.0.1:4822' WHERE key = 'guac_url' AND value LIKE '%guacd%'\").run();
db.close();
} catch(e) {}
"
msg_ok "Migrated Configuration"
msg_info "Backing up Data"