From 73b4a27b9d3550e330c024a79b45a469acd33e58 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Fri, 18 Oct 2024 17:33:29 +0300 Subject: [PATCH] tweaking... Signed-off-by: Alex A. Naanou --- .pct-helpers | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.pct-helpers b/.pct-helpers index aff430d..40ef17e 100644 --- a/.pct-helpers +++ b/.pct-helpers @@ -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