Merge pull request #237 from localstatic/master

Fix variable assignment error in common installer
This commit is contained in:
Zach Latta 2013-12-22 16:32:56 -08:00
commit 6a2acce540

View File

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