From 33c2f93ca24e52b013460db005d327268686be48 Mon Sep 17 00:00:00 2001 From: Nicholas Wang Date: Wed, 25 Nov 2020 11:07:21 -0600 Subject: [PATCH] typo fix --- install-release.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install-release.sh b/install-release.sh index ab5aec4..cb24d99 100644 --- a/install-release.sh +++ b/install-release.sh @@ -47,7 +47,7 @@ systemd_cat_config() { check_if_running_as_root() { # If you want to run as another user, please modify $UID to be owned by this user if [[ "$UID" -ne '0' ]]; then - echo "Warning: You are root, and you may reach insufficient permission errors." + echo "Warning: You are not root, and you may reach insufficient permission errors." read -p "Are you sure you want to continue? [y/N] " prompt if [[ $prompt == "y" || $prompt == "Y" || $prompt == "yes" || $prompt == "Yes" ]] then