diff --git a/update-and-run.sh b/update-and-run.sh index 042ad3a..5a03784 100755 --- a/update-and-run.sh +++ b/update-and-run.sh @@ -18,7 +18,9 @@ fi if [ "$1" != "always_launch" ]; then if ! $cmd_prefix docker compose ps | grep "mantis" >/dev/null 2>&1; then - print_error "docker compose appears to be brought down. Will not proceed to avoid relaunching." + print_error "Sublime Platform appears to have been manually brought 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 fi fi