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]: "
|
||||
read answer
|
||||
if [[ $answer != "y" ]]; then
|
||||
$msm_user_system=true
|
||||
msm_user_system=true
|
||||
fi
|
||||
|
||||
echo -n "Complete installation with these values? [y/N]: "
|
||||
|
Loading…
Reference in New Issue
Block a user