Skip to content

Commit c10648b

Browse files
committed
Corrects indentation
1 parent f3c120c commit c10648b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

monit_restart.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,10 @@ JAVA_OPTS=$(echo "$JAVA_OPTS" |sed 's#,#\ #g')
3131
cd $HOME/git/$REPO
3232
case $ACTION in
3333
start)
34-
if [ -f target/universal/stage/RUNNING_PID ]; then
35-
kill $(cat target/universal/stage/RUNNING_PID)
36-
rm target/universal/stage/RUNNING_PID
37-
fi
34+
if [ -f target/universal/stage/RUNNING_PID ]; then
35+
kill $(cat target/universal/stage/RUNNING_PID)
36+
rm target/universal/stage/RUNNING_PID
37+
fi
3838
sbt clean
3939
sbt --java-home $JAVA_HOME stage
4040
JAVA_OPTS="$JAVA_OPTS -XX:+ExitOnOutOfMemoryError" ./target/universal/stage/bin/nwbib -Dhttp.port=$PORT -no-version-check > monit_start.log &

0 commit comments

Comments
 (0)