From 211d45f7c35bf2ab18c9378a90eb5dbd03889f8c Mon Sep 17 00:00:00 2001 From: Tobias Hopp Date: Mon, 15 Mar 2021 11:17:50 +0100 Subject: [PATCH] Fix restart.sh Took 40 seconds --- restart.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/restart.sh b/restart.sh index 190abbd..c1bcee5 100644 --- a/restart.sh +++ b/restart.sh @@ -6,3 +6,4 @@ git pull --quiet tmux new-session -d -s WoamBot tmux send-keys -t WoamBot:0 "cd /home/tobiash/Woam-Antispam-Bot/ && clear && node index.js" C-m +