From 0ce9d7066b3848a94affb6873dbb27b604380d50 Mon Sep 17 00:00:00 2001 From: Mira Kuntz Date: Wed, 27 Mar 2024 12:47:19 +0100 Subject: [PATCH] linting --- parts/24-gunicorn.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/parts/24-gunicorn.sh b/parts/24-gunicorn.sh index 3924c24..719feab 100644 --- a/parts/24-gunicorn.sh +++ b/parts/24-gunicorn.sh @@ -75,4 +75,4 @@ gunicorn_lastlog(){ ## : Fetch the number of seconds since the last log message echo "journalctl.lastlog,service=galaxy-handler@$i seconds=$date_diff"; fi done -} \ No newline at end of file +}