diff options
| -rwxr-xr-x | ci/data/start_app.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/data/start_app.sh b/ci/data/start_app.sh index 6f83bf7..e82791e 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 |
