errors out if no env file is found

This commit is contained in:
root
2023-11-17 10:55:31 -06:00
parent 588de129eb
commit 070ecf778a
2 changed files with 2 additions and 0 deletions

View File

@@ -1,4 +1,5 @@
#!/bin/bash
set -e
SCRIPT_DIR=$(readlink -f $(dirname "${BASH_SOURCE[0]}"))
REPO_DIR=$(dirname $SCRIPT_DIR)

View File

@@ -1,4 +1,5 @@
#!/bin/bash
set -e
SCRIPT_DIR=$(readlink -f $(dirname "${BASH_SOURCE[0]}"))
REPO_DIR=$(dirname $SCRIPT_DIR)