mirror of
https://github.com/msmhq/msm.git
synced 2024-08-30 18:12:35 +00:00
Fix variable assignment error
This commit is contained in:
parent
046bf299fb
commit
61ce58542f
@ -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