From 1f8cb3aaa706eea1c30a231c950bbf450e5ad246 Mon Sep 17 00:00:00 2001 From: Tilman Vatteroth <git@tilmanvatteroth.de> Date: Sat, 14 May 2022 17:28:26 +0200 Subject: [PATCH] Print date only for syslog --- run.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/run.sh b/run.sh index a2c25fca..ded772c1 100755 --- a/run.sh +++ b/run.sh @@ -9,8 +9,8 @@ exit 1 fi function preview { - echo "Let's go!" - date + (>&2 echo "Let's go!") + (>&2 date) (>&2 echo "run twitter") python3 twitter_bot.py --nofailmessage --daydiff 2 -- GitLab