From e2c0d5cbc732c217d620c2e0f9183fbbd3010a45 Mon Sep 17 00:00:00 2001 From: PapaTramp <66860289+PTah@users.noreply.github.com> Date: Thu, 14 May 2026 12:59:12 +1000 Subject: [PATCH] Update update_ssh_monitor.sh --- update_ssh_monitor.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update_ssh_monitor.sh b/update_ssh_monitor.sh index 591e914..47266cf 100644 --- a/update_ssh_monitor.sh +++ b/update_ssh_monitor.sh @@ -3,7 +3,7 @@ # === Конфигурация скрипта === UPDATE_DIR="/opt/scripts/update" SCRIPT_NAME="ssh-monitor" -REPO_URL="https://git.kalinamall.ru/PapaTramp/ssh-monitor.git" +REPO_URL="https://GIT/user/ssh-monitor.git" LOCAL_SCRIPT_PATH="/usr/local/bin/ssh-monitor" LOG_FILE="/var/log/update_script.log"