master
Dominika Liberda 2021-10-10 12:30:05 +02:00
parent d537748ea7
commit ca6bad6d04
1 changed files with 2 additions and 1 deletions

View File

@ -4,7 +4,8 @@
# - any command fails (-e | --errexit)
# - any variable is unset (-u | --nounset)
# - a part of a piped sequence fails (-o pipefail)
set -euo pipefail
#set -euo pipefail
set -e
SCRIPT_FOLDER=$(realpath $(dirname $0));