tweaking...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2024-10-18 17:33:29 +03:00
parent a31ff44a64
commit 73b4a27b9d

View File

@ -268,7 +268,7 @@ xreadYes(){
xreadpass(){ xreadpass(){
local msg local msg
if [[ $# == 2 ]] ; then if [[ $# == 2 ]] ; then
msg=" $1 " msg="$1 "
shift shift
fi fi
if [[ ${!1} == 'SKIP' ]] ; then if [[ ${!1} == 'SKIP' ]] ; then
@ -518,7 +518,7 @@ readVars(){
# root password... # root password...
if [ -z $ROOTPASS ] ; then if [ -z $ROOTPASS ] ; then
xreadpass PASS \ xreadpass root PASS \
|| exit 1 || exit 1
else else
PASS=$ROOTPASS PASS=$ROOTPASS