diff options
Diffstat (limited to 'acore.sh')
-rwxr-xr-x | acore.sh | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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" |