From b6a0c4cae91978d96ec3a942383e0669b9d1eecc Mon Sep 17 00:00:00 2001 From: Rajesh Date: Mon, 26 Sep 2016 16:01:04 -0400 Subject: [PATCH 1/1] Revert "Bug 51 fixedgit status" This reverts commit 3de60eeac445470a203286a3231f2e83ada9817b. Signed-off-by: Rajesh --- skyquake/scripts/launch_ui.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/skyquake/scripts/launch_ui.sh b/skyquake/scripts/launch_ui.sh index 9b6b1229b..5a8f17517 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 /dev/null -o out.log -e err.log skyquake.js --enable-https --keyfile-path="${KEYFILE_PATH}" --certfile-path="${CERTFILE_PATH}" + forever start -a -l forever.log -o out.log -e err.log skyquake.js --enable-https --keyfile-path="${KEYFILE_PATH}" --certfile-path="${CERTFILE_PATH}" else - forever start -a -l /dev/null -o out.log -e err.log skyquake.js + forever start -a -l forever.log -o out.log -e err.log skyquake.js fi } -- 2.17.1