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 21:55:55 +05:30 committed by GitHub
parent 6cbba309b2
commit 60405aae80
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -63,7 +63,7 @@ setup_samba() {
SAMBA_CONFIG="/etc/samba/smb.conf" SAMBA_CONFIG="/etc/samba/smb.conf"
if [ -f "$SAMBA_CONFIG" ]; then 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): " echo "Do you want to modify the existing Samba configuration? (yes/no): "
read MODIFY_SAMBA read MODIFY_SAMBA
if [ "$MODIFY_SAMBA" = "yes" ]; then if [ "$MODIFY_SAMBA" = "yes" ]; then