From 8cc5beac54805e1e16b28d5e10baa0a59e3db4d0 Mon Sep 17 00:00:00 2001 From: Sotr Date: Mon, 13 Apr 2020 05:05:17 +0700 Subject: [PATCH] Add permission for scripts --- akarin | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/akarin b/akarin index 09d0899ed..9b6bb38f2 100755 --- a/akarin +++ b/akarin @@ -1,9 +1,10 @@ #!/usr/bin/env bash -# exit immediately if a command exits with a non-zero status +# Exit immediately if a command exits with a non-zero status set -e source "./scripts/functions.sh" +chmod +X scripts/* # For Github Action function updateAndPatch { basedir