Set flag in all scripts to abort execution if command fails (#29)
This commit is contained in:
parent
e2f58c8720
commit
1279075260
|
@ -1,6 +1,8 @@
|
|||
#!/usr/bin/env bash
|
||||
cd "$(dirname $0)/.."
|
||||
|
||||
set -e
|
||||
|
||||
mkdir -p .dfl
|
||||
mkdir -p workspace
|
||||
|
||||
|
|
|
@ -2,3 +2,5 @@ DFL_MAIN=.dfl/DeepFaceLab/main.py
|
|||
WORKSPACE=workspace
|
||||
|
||||
source .dfl/env/bin/activate
|
||||
|
||||
set -e
|
||||
|
|
Loading…
Reference in New Issue