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
6cbba309b2
commit
60405aae80
|
@ -63,7 +63,7 @@ setup_samba() {
|
|||
SAMBA_CONFIG="/etc/samba/smb.conf"
|
||||
|
||||
if [ -f "$SAMBA_CONFIG" ]; then
|
||||
printf "%b\n" "${YELLOW}Samba configuration file already exists at $SAMBA_CONFIG.${RC}"
|
||||
printf "%b\n" "${YELLOW}Samba configuration file already exists in $SAMBA_CONFIG.${RC}"
|
||||
echo "Do you want to modify the existing Samba configuration? (yes/no): "
|
||||
read MODIFY_SAMBA
|
||||
if [ "$MODIFY_SAMBA" = "yes" ]; then
|
||||
|
|
Loading…
Reference in New Issue
Block a user