From b9f7320da881b0dbf0c31e1f16731ac9e856d969 Mon Sep 17 00:00:00 2001 From: Specoolazius Date: Sat, 2 Apr 2022 22:06:38 +0200 Subject: [PATCH] de-sudo-d run.sh --- bot/run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot/run.sh b/bot/run.sh index 346a036..34c63c2 100644 --- a/bot/run.sh +++ b/bot/run.sh @@ -5,4 +5,4 @@ # 2022, created by Specoolazius cd ~/mcserver-discordbot/bot || exit; -sudo python3.10 -O run.py +python3 -O run.py