Skip to content

Commit

Permalink
Update update-and-run.sh
Browse files Browse the repository at this point in the history
Co-authored-by: Madison Caldwell <[email protected]>
  • Loading branch information
jkamdjou and madirey authored Jan 4, 2024
1 parent 60981da commit 3a1e13c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion update-and-run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ fi

if [ "$1" != "always_launch" ]; then
if ! $cmd_prefix docker compose ps | grep "mantis" >/dev/null 2>&1; then
print_error "Sublime Platform appears to have been manually brought down. Will not proceed to avoid relaunching."
print_error "Sublime Platform appears to have been manually shut down. Will not proceed to avoid relaunching."
print_warning "If you wish to relaunch, please refer to the documentation here:"
print_warning "https://docs.sublimesecurity.com/docs/quickstart-docker#how-to-update"
exit 0
Expand Down

0 comments on commit 3a1e13c

Please sign in to comment.