mirror of
https://github.com/msmhq/msm.git
synced 2024-08-30 18:12:35 +00:00
Added -d flag to the mktemp command
Apparently this forces mktemp to create a directory. Fixes #106
This commit is contained in:
parent
2523f689a5
commit
aeedd5a2ac
@ -1,6 +1,6 @@
|
||||
msm_dir="/opt/msm"
|
||||
msm_user="minecraft"
|
||||
dl_dir="$(mktemp -t msm-XXX)"
|
||||
dl_dir="$(mktemp -d -t msm-XXX)"
|
||||
|
||||
# Outputs an MSM INSTALL log line
|
||||
function install_log() {
|
||||
|
Loading…
Reference in New Issue
Block a user