Fix bug on Ubuntu with mktemp command

This commit is contained in:
Marcus Whybrow 2012-11-03 22:35:29 +00:00
parent af7f7de77a
commit 8c00a47fd7

2
installers/common.sh Normal file → Executable file
View 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() {