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