[fix] Export instead of declaring dynamic variables

This commit is contained in:
William Wernert
2020-04-22 13:56:53 -04:00
parent 89674a0697
commit 25432b745d
2 changed files with 2 additions and 2 deletions

View File

@@ -232,7 +232,7 @@ check_pass_match() {
local var=$3
if [ "$pass" = "$confirm_pass" ]; then
declare "$var=yes"
export "$var=yes"
else
whiptail_passwords_dont_match
fi