From 6c2abf3bf3c9d1be6d60f50e34e1116afbcb7138 Mon Sep 17 00:00:00 2001
From: Mark Korostovskiy <MKorostovskiy@outlook.com>
Date: Tue, 16 Nov 2021 15:38:07 +0100
Subject: [PATCH] Update run.sh

Updated a missing symbol
---
 run.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/run.sh b/run.sh
index eee924b..d3666aa 100644
--- a/run.sh
+++ b/run.sh
@@ -4,5 +4,5 @@
 # Content : This script will start all the necessary files to get the BigMumbleJS-Bot running
 # Version : 1.0
 
-node ./src/mumble.js & node ./src/scraper.js
+node ./src/mumble.js & node ./src/scraper.js &
 exit 0
-- 
GitLab