Skip to content

Commit a126378

Browse files
Save changes at: 1773426670
1 parent 83d11dd commit a126378

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

base.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ function configure_basic() {
5858

5959
function user_password() {
6060
local confirm
61-
echo "--> Define password for root and user."
61+
echo "--> Set password for root and the user account."
6262
while true; do
6363
IFS="" read -r -s -p " Enter your password: " PASSWORD </dev/tty
6464
echo
@@ -81,7 +81,7 @@ function user_password() {
8181

8282
function volumen_password() {
8383
local confirm
84-
echo "--> Define password for volumen."
84+
echo "--> Set password for the encrypted disk."
8585
while true; do
8686
IFS="" read -r -s -p " Enter your password: " PASSWORD_VOLUMEN </dev/tty
8787
echo

0 commit comments

Comments
 (0)