4 Commits

Author SHA1 Message Date
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
01015f5a97 Update default path for traccar.xml in run.sh
script
2023-11-15 12:25:34 -06:00
Christopher
7f88120053 Add directory creation for host path in
generate-traccar-config and
generate-traccar-config-for-casaos
2023-11-14 10:06:19 -06:00
Christopher
93edc04bc2 Add generate-traccar-config 2023-10-11 19:35:14 -05:00