Fix restart.sh

Took 4 minutes
This commit is contained in:
Tobias Hopp 2021-03-15 11:17:10 +01:00
parent 18656427b5
commit 2c045805be

View File

@ -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