mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2025-03-08 13:19:05 +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…
x
Reference in New Issue
Block a user