fixup! fix(proxmox): commented 'non-errors' on script

This commit is contained in:
Tuan-Dat Tran
2025-09-07 21:28:23 +02:00
parent 1636247734
commit a1acb21e8e

View File

@@ -70,6 +70,6 @@ restart_vm() {
# Check if port 22 is open # Check if port 22 is open
if ! check_port; then if ! check_port; then
restart_vm restart_vm
else # else
# log_message "Port $PORT is reachable. VM is running normally." # log_message "Port $PORT is reachable. VM is running normally."
fi fi