From 20f5f84fd26e69765f56b801983b8fd0c5bbcc04 Mon Sep 17 00:00:00 2001 From: necro-nemesis Date: Wed, 8 Jan 2020 18:51:06 -0500 Subject: [PATCH] change warning to advisory --- installers/common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installers/common.sh b/installers/common.sh index ac1d31e..59ba6e5 100644 --- a/installers/common.sh +++ b/installers/common.sh @@ -38,7 +38,7 @@ function install_error() { # Outputs a SNApp-Pi-Host Warning line function install_warning() { - echo -e "\033[1;33mWarning: $*\033[m" + echo -e "\033[1;33mAdvisory: $*\033[m" } # Outputs a welcome message