mirror of
https://github.com/flynx/proxmox-utils.git
synced 2025-12-17 17:11:47 +00:00
tweaking...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
b5489d7a2b
commit
5d6e412d29
@ -178,8 +178,9 @@ xread(){
|
|||||||
shift
|
shift
|
||||||
local non_empty=1
|
local non_empty=1
|
||||||
fi
|
fi
|
||||||
# XXX check DFL_..???
|
# skip...
|
||||||
if [[ "${!2}" == "SKIP" ]] ; then
|
if [[ "${!2}" == "SKIP" ]] \
|
||||||
|
|| [[ "$(eval "echo \$DFL_$2")" == "SKIP" ]] ; then
|
||||||
eval "$2="
|
eval "$2="
|
||||||
return
|
return
|
||||||
fi
|
fi
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user