mirror of
https://github.com/community-scripts/ProxmoxVE
synced 2025-02-07 08:19:17 +00:00
update build.func
This commit is contained in:
parent
451e6e31e2
commit
3e189531c6
@ -733,7 +733,8 @@ config_file(){
|
||||
exit
|
||||
fi
|
||||
|
||||
if [[ ! -z "$CT_ID" ]]; then
|
||||
if [[ -n "$CT_ID" ]]; then
|
||||
|
||||
if [[ "$CT_ID" =~ ^([0-9]{3,4})-([0-9]{3,4})$ ]]; then
|
||||
MIN_ID=${BASH_REMATCH[1]}
|
||||
MAX_ID=${BASH_REMATCH[2]}
|
||||
|
Loading…
Reference in New Issue
Block a user