From cb2ec0ee69e882f0e79349278cf5bca24fff51e7 Mon Sep 17 00:00:00 2001 From: Remy Moll Date: Wed, 13 May 2020 16:30:09 +0200 Subject: [PATCH] hem --- run_periodically.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/run_periodically.sh b/run_periodically.sh index 5249ee0..6b65ca5 100644 --- a/run_periodically.sh +++ b/run_periodically.sh @@ -2,7 +2,7 @@ if pgrep -x "python3" > /dev/null then - python3 main.py + echo "Already running" else - echo "Not running" + python3 main.py fi