From: Costa Tsaousis (ktsaou) Date: Sat, 18 Mar 2017 21:57:13 +0000 (+0200) Subject: mktemp now uses busybox compatible file template names X-Git-Tag: v1.6.0~7^2 X-Git-Url: https://arthur.barton.de/gitweb/?p=netdata.git;a=commitdiff_plain;h=249166805d7105a1f66b58dde6da15fb4ffc9524 mktemp now uses busybox compatible file template names --- diff --git a/netdata-installer.sh b/netdata-installer.sh index f926f14f..72eece0a 100755 --- a/netdata-installer.sh +++ b/netdata-installer.sh @@ -1354,7 +1354,7 @@ if [ -t 2 ] else # we are headless # create a temporary file for the log - tmp=\$(mktemp /tmp/netdata-updater-log-XXXXXX.log) + tmp=\$(mktemp /tmp/netdata-updater.log.XXXXXX) # open fd 3 and send it to tmp exec 3>\${tmp} fi