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
59fafbbc2e
commit
28ee76b9b0
|
@ -71,7 +71,7 @@ setup_samba() {
|
||||||
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
|
||||||
$ESCALATION_TOOL nano "$SAMBA_CONFIG"
|
"$ESCALATION_TOOL" "$EDITOR" "$SAMBA_CONFIG"
|
||||||
fi
|
fi
|
||||||
else
|
else
|
||||||
printf "%b\n" "${YELLOW}No existing Samba configuration found. Setting up a new one...${RC}"
|
printf "%b\n" "${YELLOW}No existing Samba configuration found. Setting up a new one...${RC}"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user