From b8f0361a260390a2d5d0e5d0ca885e21dc85f138 Mon Sep 17 00:00:00 2001 From: Mark Korostovskiy <MKorostovskiy@outlook.com> Date: Mon, 4 Oct 2021 22:07:22 +0200 Subject: [PATCH] Update run.sh Corrected a typo --- run.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/run.sh b/run.sh index a8f58f3..eee924b 100644 --- a/run.sh +++ b/run.sh @@ -1,8 +1,8 @@ #!/bin/bash # Author : Mark Korostovskiy # Email : mark.korostovskiy@stud.hs-bochum.de -# Content : This script will start all the necessarry 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 node ./src/mumble.js & node ./src/scraper.js -exit 0 \ No newline at end of file +exit 0 -- GitLab