From aaa36a3f7b686d723c23ea5796dc920587614358 Mon Sep 17 00:00:00 2001 From: Luke Kenneth Casson Leighton Date: Wed, 6 Dec 2023 17:55:02 +0000 Subject: [PATCH] remove nohup on running budget-sync --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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/* \ -- 2.30.2