From dcb3334d0b5836629b223c78455f4fe4f9827c70 Mon Sep 17 00:00:00 2001 From: Starbeamrainbowlabs Date: Fri, 9 Aug 2019 23:48:00 +0100 Subject: [PATCH] [update-cron] Fix bash call --- aptosaurus.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aptosaurus.sh b/aptosaurus.sh index 721149f..31e37ec 100755 --- a/aptosaurus.sh +++ b/aptosaurus.sh @@ -157,7 +157,7 @@ task_update-cron() { tmpfile="$(mktemp --suffix ".aptosaurus.log")"; set +e; - bash "./aptosaurus.sh update" | ansi_strip >"${tmpfile}"; + bash ./aptosaurus.sh update | ansi_strip >"${tmpfile}"; exit_code="${0}"; if [[ "${exit_code}" -ne 0 ]]; then