Fix variable assignment error

This commit is contained in:
Morgan Terry 2013-12-21 21:55:55 -07:00
parent 046bf299fb
commit 61ce58542f

View File

@ -34,7 +34,7 @@ function config_installation() {
echo -n "Add new user as system account? [y/N]: "
read answer
if [[ $answer != "y" ]]; then
$msm_user_system=true
msm_user_system=true
fi
echo -n "Complete installation with these values? [y/N]: "