mirror of
https://github.com/msmhq/msm.git
synced 2024-08-30 18:12:35 +00:00
Update common.sh
fixed case sensitivity for system user variable
This commit is contained in:
parent
9e5277fd31
commit
0ef31d12e2
@ -1,6 +1,6 @@
|
||||
msm_dir="/opt/msm"
|
||||
msm_user="minecraft"
|
||||
msm_user_system=False
|
||||
msm_user_system=false
|
||||
dl_dir="$(mktemp -d -t msm-XXX)"
|
||||
|
||||
# Outputs an MSM INSTALL log line
|
||||
@ -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