We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c3df7e commit 0826473Copy full SHA for 0826473
bin/cloud-local.sh
@@ -305,11 +305,11 @@ elif [[ $1 == 'clean' ]]; then
305
elif [[ $1 == 'start' ]]; then
306
echo "Starting cloud..."
307
start_cloud
308
- echo "Cloud Started"
309
- if [[ $2 == '-gs' || $2 == '-geoserver' && -n "${GEOSERVER_HOME}" ]]; then
310
- trap stop_cloud SIGINT
311
- ($GEOSERVER_HOME/bin/startup.sh)
312
- fi
+ echo "Cloud Started"
+ if [[ $2 == '-gs' && -n "${GEOSERVER_HOME}" ]]; then
+ trap stop_cloud SIGINT
+ ($GEOSERVER_HOME/bin/startup.sh)
+ fi
313
elif [[ $1 == 'stop' ]]; then
314
echo "Stopping Cloud..."
315
stop_cloud
0 commit comments