diff --git a/update.sh b/update.sh index 309d061..6e078b2 100755 --- a/update.sh +++ b/update.sh @@ -1,9 +1,6 @@ #!/bin/bash -sleep 5 -systemctl stop discord-bot -sleep 5 echo 'Updating...' git pull origin master echo 'Finished. Starting bot...' -systemctl start discord-bot \ No newline at end of file +systemctl restart discord-bot \ No newline at end of file