Revert "Bug 51 fixedgit status" 94/394/1
authorRajesh <rajesh.velandy@riftio.com>
Mon, 26 Sep 2016 20:01:04 +0000 (16:01 -0400)
committerRajesh <rajesh.velandy@riftio.com>
Mon, 26 Sep 2016 20:01:50 +0000 (16:01 -0400)
This reverts commit 3de60eeac445470a203286a3231f2e83ada9817b.

Signed-off-by: Rajesh <rajesh.velandy@riftio.com>
skyquake/scripts/launch_ui.sh

index 9b6b122..5a8f175 100755 (executable)
@@ -36,9 +36,9 @@ start_servers() {
        echo "Running Node.js Skyquake server. HTTPS Enabled: ${ENABLE_HTTPS}"
        cd ..
        if [ ! -z "${ENABLE_HTTPS}" ]; then
        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
        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
 }
 
        fi
 }