Skip to content
Snippets Groups Projects
Unverified Commit 6c2abf3b authored by Mark Korostovskiy's avatar Mark Korostovskiy Committed by GitHub
Browse files

Update run.sh

Updated a missing symbol
parent 64069c5b
No related branches found
No related tags found
No related merge requests found
Pipeline #692 failed
...@@ -4,5 +4,5 @@ ...@@ -4,5 +4,5 @@
# Content : This script will start all the necessary files to get the BigMumbleJS-Bot running # Content : This script will start all the necessary files to get the BigMumbleJS-Bot running
# Version : 1.0 # Version : 1.0
node ./src/mumble.js & node ./src/scraper.js node ./src/mumble.js & node ./src/scraper.js &
exit 0 exit 0
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment