diff --git a/scripts/lib/upgrade-zulip-stage-2 b/scripts/lib/upgrade-zulip-stage-2 index 78e7a39f01..5529e251b4 100755 --- a/scripts/lib/upgrade-zulip-stage-2 +++ b/scripts/lib/upgrade-zulip-stage-2 @@ -11,8 +11,11 @@ if ! "$ZULIP_PATH/scripts/lib/supported-os"; then echo "Unsupported platform!" echo echo "Sorry! The support for your OS has been discontinued." - echo "Please upgrade your OS to a supported release first." - echo "See https://zulip.readthedocs.io/en/latest/production/upgrade.html#upgrading-the-operating-system" + echo "Please upgrade your OS to a supported release first," + echo "by following these instructions:" + echo + echo "https://zulip.readthedocs.io/en/latest/production/upgrade.html#upgrading-the-operating-system" + echo exit 1 fi