mirror of
https://github.com/britzl/monarch.git
synced 2025-06-27 10:27:49 +02:00
Bug in bash script
This commit is contained in:
parent
617610ee69
commit
0c45c3007a
@ -36,7 +36,7 @@ echo "Running bob.jar - building"
|
||||
java -jar bob.jar --debug build --keep-unused
|
||||
|
||||
echo "Starting dmengine_headless"
|
||||
if [ - "${DEFOLD_BOOSTRAP_COLLECTION}" ]; then
|
||||
if [ -n "${DEFOLD_BOOSTRAP_COLLECTION}" ]; then
|
||||
./dmengine_headless --config=bootstrap.main_collection=${DEFOLD_BOOSTRAP_COLLECTION}
|
||||
else
|
||||
./dmengine_headless
|
||||
|
Loading…
x
Reference in New Issue
Block a user