mirror of
https://github.com/pivpn/pivpn.git
synced 2024-12-19 11:20:15 +00:00
refactor(core): Change wording on the window (#1779)
* Change wording on the user selection window
This commit is contained in:
parent
0a3dd62ee7
commit
701a817fed
1 changed files with 1 additions and 1 deletions
|
@ -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..."
|
||||
|
||||
|
|
Loading…
Reference in a new issue