Commit graph

16 commits

Author SHA1 Message Date
Nick Guy
c8fbd6326d Fix file path handling in load-script.sh
Wrapped file paths in quotes to prevent issues with spaces or special characters in directory names. Ensures reliability and robustness when processing files.
2025-06-02 22:19:11 +01:00
Nick Guy
eefb13c59b Update script file path to include 'scripts' subdirectory
Adjusted the file path resolution to include the 'scripts' folder for better organization and alignment with directory structure. Fallback to the default template remains unchanged.
2025-06-02 22:17:15 +01:00
Nick Guy
895f6c94b5 Add debug log for script deployment in load-script.sh
This commit adds a log message to indicate when and where the script file is being deployed. This improves clarity and helps with troubleshooting during resource pack generation.
2025-06-02 22:16:10 +01:00
Nick Guy
04019b023d Add log message after zipping resource pack
This change adds an echo statement to log the file path of the generated ZIP file. It helps clarify where the resource pack is being written for better debugging and visibility.
2025-06-02 22:14:25 +01:00
Nick Guy
a334ba6823 Refactor script paths to use dynamic root directory
Replaced hardcoded paths with dynamic root directory selection based on the environment. Removed unused variable and simplified the `load-script.sh` invocation. These changes improve maintainability and adaptability for different environments.
2025-06-02 22:13:10 +01:00
Nick Guy
ae1f3bd2c7 Update load-script.sh 2025-06-02 22:02:53 +01:00
Nick Guy
078eb19d81 Add requirements.txt 2025-06-02 21:58:15 +01:00
Nick Guy
ac8f86791c Add app.py as pack host 2025-06-02 21:57:04 +01:00
Nick Guy
fe92f62d3f Modify startup.sh 2025-06-02 21:33:59 +01:00
Nick Guy
43052e8e03 Modify load-script.sh 2025-06-02 21:33:11 +01:00
Nick Guy
3346784c27 Modify startup.sh 2025-06-02 21:32:15 +01:00
Nick Guy
e640d8e4ba Make scripts executable 2025-06-02 21:29:39 +01:00
Nick Guy
620d166c34 Load scripts from mounted directory 2025-06-02 21:28:18 +01:00
Nick Guy
260dbcbaa2 Wrap zip in pushd/popd 2025-06-02 21:21:34 +01:00
Nick Guy
b0a06d472e Initial commit 2025-06-02 21:12:45 +01:00
d844503d7b Initial commit 2025-06-02 20:34:23 +01:00