mirror of
https://github.com/flynx/proxmox-utils.git
synced 2025-12-17 09:01:49 +00:00
minor fixes...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
d62019c30b
commit
72ec3712a9
@ -228,12 +228,12 @@ xreadYes(){
|
||||
# XXX check DFL_..???
|
||||
if [[ "${!var}" == "SKIP" ]] ; then
|
||||
eval "$var="
|
||||
return
|
||||
return 1
|
||||
fi
|
||||
if [ -z ${!var} ] ; then
|
||||
if [[ "$(eval "echo \$DFL_${var}")" == "SKIP" ]] ; then
|
||||
eval "$var="
|
||||
return
|
||||
return 1
|
||||
elif [ -z $(eval "echo \$DFL_${var}") ] ; then
|
||||
local yes=y
|
||||
local no=N
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user