mirror of
https://github.com/pivpn/pivpn.git
synced 2024-12-18 10:50:16 +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
|
else
|
||||||
if awk -F':' '$3>=1000 && $3<=60000 {print $1}' /etc/passwd \
|
if awk -F':' '$3>=1000 && $3<=60000 {print $1}' /etc/passwd \
|
||||||
| grep -qw "${install_user}"; then
|
| grep -qw "${install_user}"; then
|
||||||
echo "::: ${install_user} will hold your ovpn configurations."
|
echo "::: ${install_user} will hold your VPN client configuration files."
|
||||||
else
|
else
|
||||||
echo "::: User ${install_user} does not exist, creating..."
|
echo "::: User ${install_user} does not exist, creating..."
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue