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
a31ff44a64
commit
73b4a27b9d
@ -268,7 +268,7 @@ xreadYes(){
|
||||
xreadpass(){
|
||||
local msg
|
||||
if [[ $# == 2 ]] ; then
|
||||
msg=" $1 "
|
||||
msg="$1 "
|
||||
shift
|
||||
fi
|
||||
if [[ ${!1} == 'SKIP' ]] ; then
|
||||
@ -518,7 +518,7 @@ readVars(){
|
||||
|
||||
# root password...
|
||||
if [ -z $ROOTPASS ] ; then
|
||||
xreadpass PASS \
|
||||
xreadpass root PASS \
|
||||
|| exit 1
|
||||
else
|
||||
PASS=$ROOTPASS
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user