mirror of
https://github.com/fauxpilot/fauxpilot.git
synced 2025-08-21 05:44:09 -07:00
Merge pull request #24 from leemgs/patch-1
updated launch.sh to introduce shebang
This commit is contained in:
commit
9d27a0ca92
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
#!/bin/bash
|
||||
#!/usr/bin/env bash
|
||||
|
||||
# Read in config.env file; error if not found
|
||||
if [ ! -f config.env ]; then
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue