From a90b240fe16f0edfee72500221c9b16c767c17a2 Mon Sep 17 00:00:00 2001 From: Lightemerald Date: Thu, 18 May 2023 21:51:16 +0200 Subject: [PATCH] Added chmod to update.sh --- update.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/update.sh b/update.sh index d890c56..f3e4e97 100644 --- a/update.sh +++ b/update.sh @@ -2,4 +2,5 @@ sudo dnf up -y git pull cd Microsoft-Rewards-bot && git pull clear +cd .. && chmod +x ./*.sh echo "Update done!" \ No newline at end of file