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