diff --git a/ct/guardian.sh b/ct/guardian.sh index 09c774cc..b3c4634b 100644 --- a/ct/guardian.sh +++ b/ct/guardian.sh @@ -50,17 +50,17 @@ function update_script() { unzip -q "${RELEASE}.zip" rm -rf /opt/Guardian mv "Guardian-${RELEASE}/" "/opt/Guardian" - + # Build Backend cd /opt/Guardian/backend npm ci npm run build - + # Build Frontend cd /opt/Guardian/frontend npm ci npm run build - + echo "${RELEASE}" >/opt/${APP}_version.txt msg_ok "Updated $APP to v${RELEASE}"