From 701a817fed23e302b91b7677b81c5919fc4ec3f1 Mon Sep 17 00:00:00 2001 From: kokomo123 <70863536+kokomo123@users.noreply.github.com> Date: Tue, 7 Nov 2023 14:46:43 -0500 Subject: [PATCH] refactor(core): Change wording on the window (#1779) * Change wording on the user selection window --- auto_install/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/auto_install/install.sh b/auto_install/install.sh index b6ce710..6f63ffc 100755 --- a/auto_install/install.sh +++ b/auto_install/install.sh @@ -1425,7 +1425,7 @@ chooseUser() { else if awk -F':' '$3>=1000 && $3<=60000 {print $1}' /etc/passwd \ | grep -qw "${install_user}"; then - echo "::: ${install_user} will hold your ovpn configurations." + echo "::: ${install_user} will hold your VPN client configuration files." else echo "::: User ${install_user} does not exist, creating..."