fix(bash): bash errors on windows (#5406)

This commit is contained in:
Yehonal
2021-04-23 14:35:41 +02:00
committed by GitHub
parent c95d1f72a8
commit 970d371442
4 changed files with 10 additions and 3 deletions

View File

@@ -1,7 +1,8 @@
#!/usr/bin/env bash
set -e
[ -z "$WITH_ERRORS" ] && set -e
CUR_PATH="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
source "$CUR_PATH/apps/installer/main.sh"