Skip to content

Commit 0826473

Browse files
committed
Corrected Spacing
Signed-off-by: Austin Heyne <[email protected]>
1 parent 3c3df7e commit 0826473

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

bin/cloud-local.sh

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -305,11 +305,11 @@ elif [[ $1 == 'clean' ]]; then
305305
elif [[ $1 == 'start' ]]; then
306306
echo "Starting cloud..."
307307
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
308+
echo "Cloud Started"
309+
if [[ $2 == '-gs' && -n "${GEOSERVER_HOME}" ]]; then
310+
trap stop_cloud SIGINT
311+
($GEOSERVER_HOME/bin/startup.sh)
312+
fi
313313
elif [[ $1 == 'stop' ]]; then
314314
echo "Stopping Cloud..."
315315
stop_cloud

0 commit comments

Comments
 (0)