latest sources commit
This commit is contained in:
8
apps/docker/config-docker.sh
Normal file
8
apps/docker/config-docker.sh
Normal file
@@ -0,0 +1,8 @@
|
||||
CUR_PATH="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
|
||||
|
||||
CTOOLS_BUILD=all
|
||||
|
||||
# allow the user to override configs
|
||||
if [ -f "$AC_PATH_CONF/config.sh" ]; then
|
||||
source "$AC_PATH_CONF/config.sh" # should overwrite previous
|
||||
fi
|
||||
Reference in New Issue
Block a user