From 282e98e90a1dde5bfeba00406d877d5dd2f00991 Mon Sep 17 00:00:00 2001 From: Tuan-Dat Tran Date: Sun, 7 Sep 2025 21:24:31 +0200 Subject: [PATCH] fix(proxmox): commented 'non-errors' on script Signed-off-by: Tuan-Dat Tran --- roles/proxmox/files/check_proxmox_vm.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/roles/proxmox/files/check_proxmox_vm.sh b/roles/proxmox/files/check_proxmox_vm.sh index ecf59b2..1569355 100755 --- a/roles/proxmox/files/check_proxmox_vm.sh +++ b/roles/proxmox/files/check_proxmox_vm.sh @@ -65,11 +65,11 @@ restart_vm() { } # Main execution -log_message "Starting monitoring of VM $VM_ID on port $PORT..." +# log_message "Starting monitoring of VM $VM_ID on port $PORT..." # Check if port 22 is open if ! check_port; then restart_vm -else - log_message "Port $PORT is reachable. VM is running normally." +# else +# log_message "Port $PORT is reachable. VM is running normally." fi