mirror of
https://github.com/ChrisTitusTech/linutil.git
synced 2024-11-05 21:28:48 +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
d30ba11885
commit
59fafbbc2e
|
@ -78,7 +78,7 @@ setup_samba() {
|
||||||
|
|
||||||
# Prompt user for shared directory path
|
# Prompt user for shared directory path
|
||||||
echo "Enter the path for the Samba share (default: /srv/samba/share): "
|
echo "Enter the path for the Samba share (default: /srv/samba/share): "
|
||||||
read SHARED_DIR
|
read -r SHARED_DIR
|
||||||
SHARED_DIR=${SHARED_DIR:-/srv/samba/share}
|
SHARED_DIR=${SHARED_DIR:-/srv/samba/share}
|
||||||
|
|
||||||
# Create the shared directory if it doesn't exist
|
# Create the shared directory if it doesn't exist
|
||||||
|
|
Loading…
Reference in New Issue
Block a user