fix: now all the tools are copied in /app/tools

This commit is contained in:
XargonWan 2023-10-02 12:58:50 +02:00
parent 4639379ebf
commit 3b7501e695

View file

@ -1293,10 +1293,8 @@ modules:
# Tools
- mkdir -p /app/tools
- cp tools/configurator.sh /app/tools/configurator.sh
- chmod +x /app/tools/configurator.sh
- cp tools/retrodeck_function_wrapper.sh /app/tools/retrodeck_function_wrapper.sh
- chmod +x /app/tools/retrodeck_function_wrapper.sh
- cp -r tools/** /app/tools
- find /app/tools -name '*.py|*.sh' -exec chmod +x {} \;
# Function libraries
- mkdir -p /app/libexec