mirror of
https://github.com/community-scripts/ProxmoxVED.git
synced 2026-02-25 16:05:54 +00:00
fix attempts
This commit is contained in:
@@ -54,7 +54,7 @@ while true; do
|
||||
fi
|
||||
msg_error "Invalid timezone! Please enter a valid TZ identifier."
|
||||
((attempts++))
|
||||
if ((attempts >= 3)); then
|
||||
if (($attempts -ge 3)); then
|
||||
msg_error "Maximum attempts reached. Exiting."
|
||||
exit 1
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user