From 2853179fee106eb6af10d5d3c5d6140d7d7ba950 Mon Sep 17 00:00:00 2001 From: Tobias <96661824+CrazyWolf13@users.noreply.github.com> Date: Sun, 10 May 2026 21:21:52 +0200 Subject: [PATCH] Update GitHub repository reference in web-check script --- ct/web-check.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ct/web-check.sh b/ct/web-check.sh index 6f26b7dd..0764b522 100644 --- a/ct/web-check.sh +++ b/ct/web-check.sh @@ -28,7 +28,7 @@ function update_script() { exit fi - if check_for_gh_release "web-check" "CrazyWolf13/web-check"; then + if check_for_gh_release "web-check" "Lissy93/web-check"; then msg_info "Stopping Service" systemctl stop web-check msg_ok "Stopped Service" @@ -38,7 +38,7 @@ function update_script() { msg_ok "Created backup" NODE_VERSION="22" NODE_MODULE="yarn" setup_nodejs - CLEAN_INSTALL=1 fetch_and_deploy_gh_release "web-check" "CrazyWolf13/web-check" "tarball" + CLEAN_INSTALL=1 fetch_and_deploy_gh_release "web-check" "Lissy93/web-check" "tarball" msg_info "Restoring backup" mv /opt/.env /opt/web-check