From 7a45ee6bb51cdadcd8bb79bfd85102d31cb009db Mon Sep 17 00:00:00 2001 From: ethan Date: Sat, 4 Apr 2026 09:59:30 +0200 Subject: [PATCH] remove whitespace and exit --- ct/mini-qr.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ct/mini-qr.sh b/ct/mini-qr.sh index dbe6b06e..73f76550 100644 --- a/ct/mini-qr.sh +++ b/ct/mini-qr.sh @@ -30,7 +30,6 @@ function update_script() { fi if check_for_gh_release "mini-qr" "lyqht/mini-qr"; then - msg_info "Stopping Service" systemctl stop caddy msg_ok "Stopped Service" @@ -38,7 +37,7 @@ function update_script() { CLEAN_INSTALL=1 fetch_and_deploy_gh_release "mini-qr" "lyqht/mini-qr" "tarball" "latest" "/opt/mini-qr" msg_info "Installing Dependencies" - cd /opt/mini-qr || exit + cd /opt/mini-qr $STD npm install msg_ok "Installed Dependencies"