mirror of
https://github.com/msmhq/msm.git
synced 2024-08-30 18:12:35 +00:00
Merge pull request #237 from localstatic/master
Fix variable assignment error in common installer
This commit is contained in:
commit
6a2acce540
@ -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]: "
|
||||||
|
Loading…
Reference in New Issue
Block a user