Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
dr0i committed Sep 18, 2023
1 parent b6fb44c commit af05255
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 @@ -30,7 +30,7 @@ JAVA_OPTS=$(echo "$JAVA_OPTS" |sed 's#,#\ #g')
cd $HOME/git/$REPO
case $ACTION in
start)
if [ -f /tmp/lobid-organisations/ ]; then # missing if rebooted
if [ ! -d /tmp/lobid-organisations/ ]; then # missing if rebooted
mkdir /tmp/lobid-organisations/
fi
if [ -f target/universal/stage/RUNNING_PID ]; then
Expand Down

0 comments on commit af05255

Please sign in to comment.