mirror of
https://github.com/fauxpilot/fauxpilot.git
synced 2025-08-21 05:44:09 -07:00
updated launch.sh to introduce shebang
This commit is to introduce the shebang structure in the launch.sh file. Signed-off-by: Geunsik Lim <leemgs@gmail.com>
This commit is contained in:
parent
fc097e1f08
commit
c185bbb3db
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
|
# Read in config.env file; error if not found
|
||||||
if [ ! -f config.env ]; then
|
if [ ! -f config.env ]; then
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue