Skip to content

Commit

Permalink
Replace specific activator version with sbt command (RPB-245)
Browse files Browse the repository at this point in the history
  • Loading branch information
fsteeg committed Jan 24, 2025
1 parent 4e6ab28 commit f193807
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion monit_restart.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ case $ACTION in
kill $(cat target/universal/stage/RUNNING_PID)
rm target/universal/stage/RUNNING_PID
fi
JAVA_OPTS="$JAVA_OPTS -XX:+HeapDumpOnOutOfMemoryError" $HOME/activator-dist-1.3.5/activator "start $PORT"
JAVA_OPTS="$JAVA_OPTS -XX:+HeapDumpOnOutOfMemoryError" sbt "start $PORT"
;;
stop)
kill $(cat target/universal/stage/RUNNING_PID)
Expand Down

0 comments on commit f193807

Please sign in to comment.