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
fd09bc224e chore: Update URL for downloading init-data.sh script in run.sh 2024-06-14 11:08:25 -05:00
Christopher
163bcb3dc1 feat: Add script to generate n8n initialization data 2024-06-14 11:07:39 -05:00
Christopher
1f82c67271 Add n8n init-data.sh 2023-10-30 20:59:58 -05:00