mirror of
https://github.com/msmhq/msm.git
synced 2024-08-30 18:12:35 +00:00
Fix bug on Ubuntu with mktemp command
This commit is contained in:
parent
af7f7de77a
commit
8c00a47fd7
2
installers/common.sh
Normal file → Executable file
2
installers/common.sh
Normal file → Executable file
@ -1,6 +1,6 @@
|
||||
msm_dir="/opt/msm"
|
||||
msm_user="minecraft"
|
||||
dl_dir="$(mktemp -t msm)"
|
||||
dl_dir="$(mktemp -t msm-XXX)"
|
||||
|
||||
# Outputs an MSM INSTALL log line
|
||||
function install_log() {
|
||||
|
Loading…
Reference in New Issue
Block a user