change warning to advisory

pull/2/head
necro-nemesis 5 years ago
parent 3b5b378244
commit 20f5f84fd2

@ -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

Loading…
Cancel
Save