Skip to content

Commit

Permalink
Update tabs/system-setup/5-samba-ssh-setup.sh
Browse files Browse the repository at this point in the history
Co-authored-by: Adam Perkowski <[email protected]>
  • Loading branch information
guruswarupa and adamperkowski authored Sep 18, 2024
1 parent d0ccb23 commit dc26890
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tabs/system-setup/5-samba-ssh-setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ setup_samba() {
while true; do
echo "Enter Samba password: "
stty -echo
read SAMBA_PASSWORD
read -r SAMBA_PASSWORD
stty echo
echo "Confirm Samba password: "
stty -echo
Expand Down

0 comments on commit dc26890

Please sign in to comment.