summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xci/data/start_app.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/data/start_app.sh b/ci/data/start_app.sh
index e82791e..6f83bf7 100755
--- a/ci/data/start_app.sh
+++ b/ci/data/start_app.sh
@@ -46,4 +46,4 @@ lein clean
lein fig:build | tee /tmp/bogenherr/lein.log &
popd
-#SBCL_HOME=/usr/lib/sbcl SBCL_SOURCE_ROOT=/usr/lib/sbcl/src exec sbcl --dynamic-space-size 2048 --userinit /data/bogenherr-starter.lisp | tee /tmp/bogenherr/sbcl.log
+SBCL_HOME=/usr/lib/sbcl SBCL_SOURCE_ROOT=/usr/lib/sbcl/src exec sbcl --dynamic-space-size 2048 --userinit /data/bogenherr-starter.lisp | tee /tmp/bogenherr/sbcl.log