X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2FUI.git;a=blobdiff_plain;f=skyquake%2Fscripts%2Flaunch_ui.sh;h=9b6b1229b19e02a83c28b0dbccd9fc690e5a874d;hp=5a8f17517d3fde00f1dcb1e841e5d3757da5c53a;hb=40389416600bad37b1bdd12f6739b71b580e9db0;hpb=eb51acf7319a6207f7861a2ddc6c433662082ff4 diff --git a/skyquake/scripts/launch_ui.sh b/skyquake/scripts/launch_ui.sh index 5a8f17517..9b6b1229b 100755 --- a/skyquake/scripts/launch_ui.sh +++ b/skyquake/scripts/launch_ui.sh @@ -36,9 +36,9 @@ start_servers() { echo "Running Node.js Skyquake server. HTTPS Enabled: ${ENABLE_HTTPS}" cd .. if [ ! -z "${ENABLE_HTTPS}" ]; then - forever start -a -l forever.log -o out.log -e err.log skyquake.js --enable-https --keyfile-path="${KEYFILE_PATH}" --certfile-path="${CERTFILE_PATH}" + forever start -a -l /dev/null -o out.log -e err.log skyquake.js --enable-https --keyfile-path="${KEYFILE_PATH}" --certfile-path="${CERTFILE_PATH}" else - forever start -a -l forever.log -o out.log -e err.log skyquake.js + forever start -a -l /dev/null -o out.log -e err.log skyquake.js fi }