From 0235b1385b154b0587c56b8e5ca1dd581d11b712 Mon Sep 17 00:00:00 2001 From: Jesper Dramsch Date: Thu, 9 Jan 2025 10:50:25 +0100 Subject: [PATCH] Workdir Co-authored-by: Michel Roegl-Brunner <73236783+michelroegl-brunner@users.noreply.github.com> --- ct/adventurelog.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/ct/adventurelog.sh b/ct/adventurelog.sh index 056e38c7..ac2cbef5 100644 --- a/ct/adventurelog.sh +++ b/ct/adventurelog.sh @@ -60,7 +60,6 @@ function update_script() { pnpm install &>/dev/null pnpm run build &>/dev/null echo "${RELEASE}" >/opt/${APP}_version.txt - cd "$WORKDIR" msg_ok "Updated ${APP}" msg_info "Starting Services"