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 dc26890 commit d30ba11
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 @@ -87,7 +87,7 @@ setup_samba() {

# Add a new Samba user
echo "Enter Samba username: "
read SAMBA_USER
read -r SAMBA_USER

# Loop until the passwords match
while true; do
Expand Down

0 comments on commit d30ba11

Please sign in to comment.