diff --git a/start.sh b/start.sh index 1d445ce..0c54a0d 100644 --- a/start.sh +++ b/start.sh @@ -1 +1,2 @@ -nohup java -Xms32M -Xmx32M -jar dailyLove-0.1.6.jar > runout.log 2>&1 & \ No newline at end of file +nohup java -Xms32M -Xmx32M -jar /home/dailyLove/dailyLove-0.1.6.jar >> /home/dailyLove/runout.log 2>&1 & +tail -f /home/dailyLove/runout.log \ No newline at end of file