From 123c2f4e9aacba19795e63bc348a9009900f14c0 Mon Sep 17 00:00:00 2001 From: CrazyWolf13 Date: Fri, 16 Jan 2026 15:14:04 +0100 Subject: [PATCH] fix trip --- ct/trip.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/ct/trip.sh b/ct/trip.sh index 612b73c54..f9325e88b 100644 --- a/ct/trip.sh +++ b/ct/trip.sh @@ -39,6 +39,7 @@ function update_script() { cd /opt/trip/src $STD npm install $STD npm run build + mkdir -p /opt/trip/frontend cp -r /opt/trip/src/dist/trip/browser/* /opt/trip/frontend/ msg_ok "Updated Frontend"