mktmp -> mktemp
This commit is contained in:
parent
22cddc3165
commit
63667aff23
1 changed files with 1 additions and 1 deletions
|
@ -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}";
|
||||
|
|
Loading…
Reference in a new issue