File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed
Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -103,7 +103,8 @@ function zfs_passphrase ()
103103 # Generate key
104104 print " :: Set ZFS passphrase"
105105 read -r -p " > ZFS passphrase: " -s pass
106- read -r -p " > ZFS passphrase confirmation: " -s pass2
106+ print " Please confirm your passphrase"
107+ read -r -p " > ZFS passphrase: " -s pass2
107108
108109 if [[ " ${pass} " == " ${pass2} " ]];
109110 then
Original file line number Diff line number Diff line change @@ -40,11 +40,13 @@ function _main ()
4040 # bo: sourcing install configuration files
4141 if [[ -f install.dist.conf ]];
4242 then
43+ echo " :: Sourcing >>install.dist.conf<<."
4344 . install.dist.conf
4445 fi
4546
4647 if [[ -f install.conf ]];
4748 then
49+ echo " :: Sourcing >>install.conf<<."
4850 . install.conf
4951 fi
5052 # bo: sourcing install configuration files
You can’t perform that action at this time.
0 commit comments