1
0
Fork 0

fix environment variable for ubuntu snap

This commit is contained in:
Wilfried Goesgens 2017-06-07 14:37:38 +02:00
parent 81d8fc1852
commit d49f154305
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ parts:
apps: apps:
arangod: arangod:
command: GLIBCXX_FORCE_NEW=1 arangod \ command: env GLIBCXX_FORCE_NEW=1 arangod \
--configuration=none \ --configuration=none \
--server.endpoint=tcp://0.0.0.0:@SNAP_PORT@ \ --server.endpoint=tcp://0.0.0.0:@SNAP_PORT@ \
--javascript.startup-directory=${SNAP}/@CMAKE_INSTALL_DATAROOTDIR_ARANGO@/js \ --javascript.startup-directory=${SNAP}/@CMAKE_INSTALL_DATAROOTDIR_ARANGO@/js \