From: Luke Kenneth Casson Leighton Date: Wed, 6 Dec 2023 17:55:02 +0000 (+0000) Subject: remove nohup on running budget-sync X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=aaa36a3f7b686d723c23ea5796dc920587614358;p=utils.git remove nohup on running budget-sync --- diff --git a/Makefile b/Makefile index 84b9037..642d5dc 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ build: mkdir -p task_db - nohup budget-sync -c budget-sync-config.toml -o task_db/mdwn > task_db/report.mdwn + budget-sync -c budget-sync-config.toml -o task_db/mdwn justupload: rsync -HPavz --no-perms --no-group --no-times -e 'ssh -p 922' --delete task_db/* \