Skip to content

Commit c5caca9

Browse files
committed
Update termix.sh
1 parent dff876f commit c5caca9

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

ct/termix.sh

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -138,15 +138,6 @@ WantedBy=multi-user.target
138138
EOF
139139
systemctl daemon-reload
140140
fi
141-
cd /opt/termix
142-
$STD node -e "
143-
const Database = require('better-sqlite3');
144-
try {
145-
const db = new Database('data/db.sqlite');
146-
db.prepare(\"UPDATE settings SET value = '127.0.0.1:4822' WHERE key = 'guac_url' AND value LIKE '%guacd%'\").run();
147-
db.close();
148-
} catch(e) {}
149-
"
150141
msg_ok "Migrated Configuration"
151142

152143
msg_info "Backing up Data"

0 commit comments

Comments
 (0)