Set flag in all scripts to abort execution if command fails #29

Merged
chychkan merged 1 commits from fail-fast into master 2021-08-25 05:19:23 +02:00
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