Possibly fix chmod usage

This commit is contained in:
Sotr
2020-04-13 05:09:08 +07:00
parent 8cc5beac54
commit 16732ba964

2
akarin
View File

@@ -4,7 +4,7 @@
set -e
source "./scripts/functions.sh"
chmod +X scripts/* # For Github Action
chmod -R +X scripts # For Github Action
function updateAndPatch {
basedir