From 8daf6fb4051e47780036651669d7838f6ce83cac Mon Sep 17 00:00:00 2001 From: Specoolazius Date: Sun, 3 Apr 2022 08:16:57 +0200 Subject: [PATCH] chmod +x permissions for executables --- bot/run.sh | 1 + bot/scripts/update.sh | 1 + 2 files changed, 2 insertions(+) diff --git a/bot/run.sh b/bot/run.sh index 34c63c2..b995e8a 100644 --- a/bot/run.sh +++ b/bot/run.sh @@ -6,3 +6,4 @@ cd ~/mcserver-discordbot/bot || exit; python3 -O run.py + diff --git a/bot/scripts/update.sh b/bot/scripts/update.sh index 20a4929..216beb8 100644 --- a/bot/scripts/update.sh +++ b/bot/scripts/update.sh @@ -8,3 +8,4 @@ git stash git pull --rebase origin +