From 6d26a93278568aa33e8af18098d690b8c5d29947 Mon Sep 17 00:00:00 2001 From: wh1te909 Date: Mon, 5 Oct 2020 02:54:25 +0000 Subject: [PATCH] add exit --- install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/install.sh b/install.sh index 5a8b3209..3658b1b6 100755 --- a/install.sh +++ b/install.sh @@ -38,6 +38,7 @@ if [ "$LANG" != "en_US.UTF-8" ]; then printf >&2 "${RED}Run the following command and change the default locale to ${GREEN}en_US.UTF-8${NC}\n\n" printf >&2 "${GREEN}sudo dpkg-reconfigure locales${NC}\n\n" printf >&2 "${RED}You will need to log out and back in for changes to take effect, then re-run this script.${NC}\n\n" + exit 1 fi # prevents logging issues with some VPS providers like Vultr if this is a freshly provisioned instance that hasn't been rebooted yet