mktmp -> mktemp

This commit is contained in:
Starbeamrainbowlabs 2019-08-09 23:46:57 +01:00
parent 22cddc3165
commit 63667aff23
Signed by: sbrl
GPG Key ID: 1BE5172E637709C2
1 changed files with 1 additions and 1 deletions

View File

@ -154,7 +154,7 @@ task_update() {
}
task_update-cron() {
tmpfile="$(mktmp --suffix ".aptosaurus.log")";
tmpfile="$(mktemp --suffix ".aptosaurus.log")";
set +e;
bash "./aptosaurus.sh update" | ansi_strip >"${tmpfile}";