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:
Geunsik Lim 2022-08-13 11:46:52 +09:00 committed by GitHub
commit c185bbb3db
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
# Read in config.env file; error if not found
if [ ! -f config.env ]; then