Set flag in all scripts to abort execution if command fails

This commit is contained in:
Oleksandr Chychkan
2021-08-24 20:10:20 -07:00
parent e2f58c8720
commit 524eb98889
2 changed files with 4 additions and 0 deletions
+2
View File
@@ -1,6 +1,8 @@
#!/usr/bin/env bash
cd "$(dirname $0)/.."
set -e
mkdir -p .dfl
mkdir -p workspace
+2
View File
@@ -2,3 +2,5 @@ DFL_MAIN=.dfl/DeepFaceLab/main.py
WORKSPACE=workspace
source .dfl/env/bin/activate
set -e