Merge pull request #52 from leemgs/patch-4

fix: added shebang in the setup.sh
This commit is contained in:
Brendan Dolan-Gavitt 2022-09-16 13:10:23 -04:00 committed by GitHub
commit d638ff4598
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,4 +1,4 @@
#!/bin/bash #!/usr/bin/env bash
if [ -f config.env ]; then if [ -f config.env ]; then
echo "config.env already exists, skipping" echo "config.env already exists, skipping"