Update tabs/system-setup/5-samba-ssh-setup.sh

Co-authored-by: Adam Perkowski <adas1per@protonmail.com>
This commit is contained in:
Guru Swarupa 2024-09-18 22:05:42 +05:30 committed by GitHub
parent dc268906b8
commit d30ba11885
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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