From f37f556e410549cef316cec10ef1184bb8bcb3f4 Mon Sep 17 00:00:00 2001 From: Brady McDonough Date: Mon, 10 Feb 2025 06:46:57 +0000 Subject: [PATCH] Two errors made it through somehow --- backend/Makefile.in | 2 +- backend/src/scheduler.scm | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/backend/Makefile.in b/backend/Makefile.in index 9994bb3..737707d 100644 --- a/backend/Makefile.in +++ b/backend/Makefile.in @@ -14,7 +14,7 @@ csv: up: .backend.lock .backend.lock: main.scm - @GUILE_AUTO_COMPILE=0 @GUILE@ ./main.scm > yacswa-backend.log 2>&1 & PID=$$!; echo $${PID} > .backend.lock && echo "Server spawned with PID $${PID}" && echo "Allow for " + @GUILE_AUTO_COMPILE=0 @GUILE@ ./main.scm > yacswa-backend.log 2>&1 & PID=$$!; echo $${PID} > .backend.lock && echo "Server spawned with PID $${PID}" && echo "Allow for a couple minutes as data is fetched and initialized." down: @PID=`cat .backend.lock` && kill -15 $${PID} && rm .backend.lock && echo "Server on PID $${PID} down."; unset PID diff --git a/backend/src/scheduler.scm b/backend/src/scheduler.scm index 67d7864..350b218 100644 --- a/backend/src/scheduler.scm +++ b/backend/src/scheduler.scm @@ -107,8 +107,8 @@ 'admin) '())) -(define mcron:user (getpw (if-some-else (getlogin) - ("covInd")))) +;;(define mcron:user (getpw (if-some-else (getlogin) +;; "covInd"))) (define (job-loop) (let loop ()