diff --git a/bigbluebutton-html5/app/start.sh b/bigbluebutton-html5/app/start.sh index 9d97a072f5..38926a7a4d 100755 --- a/bigbluebutton-html5/app/start.sh +++ b/bigbluebutton-html5/app/start.sh @@ -1,4 +1,4 @@ # # the idea is that this way we prevent test runs (for whenever needed) -JASMINE_SERVER_UNIT=0 JASMINE_SERVER_INTEGRATION=0 JASMINE_CLIENT_INTEGRATION=0 JASMINE_BROWSER=PhantomJS JASMINE_MIRROR_PORT=3000 ROOT_URL=http://127.0.0.1/html5client meteor +HOME=/usr/share/meteor JASMINE_SERVER_UNIT=0 JASMINE_SERVER_INTEGRATION=0 JASMINE_CLIENT_INTEGRATION=0 JASMINE_BROWSER=PhantomJS JASMINE_MIRROR_PORT=3000 ROOT_URL=http://127.0.0.1/html5client meteor # ROOT_URL_PATH_PREFIX=html5client meteor