diff --git a/scripts/common.sh b/scripts/common.sh index 1b13ada..7af5f18 100755 --- a/scripts/common.sh +++ b/scripts/common.sh @@ -104,7 +104,8 @@ usePlainText() { --yesno) yesno=true ;; esac done - printf "$2\n" + str="${2:2}" + printf "$str\n" if [ $inputbox = true ]; then printLine && printf "\n" read -r readVar