Skip to content

Commit

Permalink
Replace exit with a valid command (#4158)
Browse files Browse the repository at this point in the history
  • Loading branch information
frafra authored and olivierdalang committed Jan 17, 2019
1 parent bca6408 commit 7957cde
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/spcgeonode/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -172,8 +172,8 @@ docker-compose -f docker-compose.yml up --no-start
# Start the database
docker-compose -f docker-compose.yml up -d postgres
# Initialize geoserver (to create the geodatadir - this will fail because Django/Postgres arent started yet - but this is expected)
docker-compose -f docker-compose.yml run --rm geoserver exit 0
# Initialize geoserver (to create the geodatadir)
docker-compose -f docker-compose.yml run --rm geoserver true
# Go to the external drive
cd /path/to/drive/
Expand Down

0 comments on commit 7957cde

Please sign in to comment.