mirror of
https://github.com/ChrisTitusTech/linutil.git
synced 2024-11-22 13:22:28 +00:00
Update tabs/system-setup/5-samba-ssh-setup.sh
Co-authored-by: Adam Perkowski <adas1per@protonmail.com>
This commit is contained in:
parent
dc268906b8
commit
d30ba11885
|
@ -87,7 +87,7 @@ setup_samba() {
|
||||||
|
|
||||||
# Add a new Samba user
|
# Add a new Samba user
|
||||||
echo "Enter Samba username: "
|
echo "Enter Samba username: "
|
||||||
read SAMBA_USER
|
read -r SAMBA_USER
|
||||||
|
|
||||||
# Loop until the passwords match
|
# Loop until the passwords match
|
||||||
while true; do
|
while true; do
|
||||||
|
|
Loading…
Reference in New Issue
Block a user