summaryrefslogtreecommitdiff
path: root/acore.sh
diff options
context:
space:
mode:
Diffstat (limited to 'acore.sh')
-rwxr-xr-xacore.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/acore.sh b/acore.sh
index ba247e009c..59db491484 100755
--- a/acore.sh
+++ b/acore.sh
@@ -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"