Fix execution flag command for tools scripts

This commit is contained in:
icenine451 2024-02-23 12:55:35 -05:00
parent 100d08a231
commit c89b0bf74c

View file

@ -1325,7 +1325,7 @@ modules:
# Tools
- mkdir -p /app/tools
- cp -r tools/** /app/tools
- find /app/tools -name '*.py|*.sh' -exec chmod +x {} \;
- find /app/tools -type f \( -name "*.sh" -o -name "*.py" \) -exec chmod +x {} \;
# Function libraries
- mkdir -p /app/libexec
@ -1361,4 +1361,4 @@ modules:
sources:
- type: git
url: https://github.com/XargonWan/RetroDECK.git
branch: THISBRANCH
branch: THISBRANCH