Skip to content

Commit

Permalink
Fix logging
Browse files Browse the repository at this point in the history
  • Loading branch information
DougEdey authored and DougEdey committed May 3, 2015
1 parent 87ab6db commit 2cc9540
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion launch.sh
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ RUNTIME_OPTS="$PORT $GPIO $DEBUG $THRESHOLD $THEME --baseUser $ORIGINAL_USER $OT
RC=128
while [ $RC -eq 128 ]
do
sudo $JAVA $JAVA_OPTS -jar $DIR/Elsinore.jar --config $CONFIG $RUNTIME_OPTS | tee $LOG_FILE
sudo $JAVA $JAVA_OPTS -jar $DIR/Elsinore.jar --config $CONFIG $RUNTIME_OPTS 2>&1 | tee $LOG_FILE
RC=$?
done

0 comments on commit 2cc9540

Please sign in to comment.