Skip to content

Commit

Permalink
Release 47.0.0 (markshust#1138)
Browse files Browse the repository at this point in the history
Co-authored-by: Michael Lehmkuhl <[email protected]>
Co-authored-by: Jenyamba <[email protected]>
Co-authored-by: Tu Van <[email protected]>
Co-authored-by: Cid Lopes <[email protected]>
  • Loading branch information
5 people authored and DmitryFurs committed Jun 7, 2024
1 parent 6e0f08e commit d6b13f2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions compose/bin/download
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,11 @@ fi

bin/stop

if [ -d "./bin" ]; then
echo "Error: The current directory is not empty. Please remove all contents within this directory and try again."
exit 1
fi

bin/start --no-dev
[ $? != 0 ] && echo "Failed to start Docker services" && exit

Expand Down

0 comments on commit d6b13f2

Please sign in to comment.