mirror of
https://github.com/fauxpilot/fauxpilot.git
synced 2025-08-21 05:44:09 -07:00
Merge pull request #52 from leemgs/patch-4
fix: added shebang in the setup.sh
This commit is contained in:
commit
d638ff4598
1 changed files with 1 additions and 1 deletions
2
setup.sh
2
setup.sh
|
@ -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"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue