Commit Graph

3 Commits

Author SHA1 Message Date
Jerry
3b87f8d0bb fix URL downloading init-mongo.js, github path has changed (#48) 2025-10-12 09:33:12 -07:00
Christopher
222e6af258 🔧 refactor: Use #!/usr/bin/env bash in all shell scripts (#16)
This commit refactors all the shell scripts to use `#!/usr/bin/env bash` instead of `#!/bin/bash`. This change ensures that the scripts will run with the system's default Bash interpreter, even if it is not located at the standard `/bin/bash` path.
2024-10-23 13:32:15 -05:00
Christopher
09c5b6135d Add script to generate Unifi Network application init-mongo for CasaOS
This commit adds a new script that generates the init-mongo.js file for the Unifi Network application on CasaOS. The script prompts the user for the desired config location and handles file existence and download errors.
2024-01-06 14:43:55 -06:00