From 4d41b212ca8e3825e816cc6b5816c132ea8540d1 Mon Sep 17 00:00:00 2001 From: David Lee Date: Sat, 20 Jul 2019 02:19:29 -0400 Subject: [PATCH] Update security_fixes.sh Fixed typo in Samba daemon help text. --- security_fixes.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/security_fixes.sh b/security_fixes.sh index bd5b5d3..c096d5c 100644 --- a/security_fixes.sh +++ b/security_fixes.sh @@ -221,7 +221,7 @@ then echo "Samba daemon is active at startup;" echo "it should be inactive by default" echo "and manually activated when needed" - echo "(i.e. using auxillary ssh_on.sh)." + echo "(i.e. using auxillary samba_on.sh)." read -p "Do you want me to fix it?? [y|n]" -n 1 -r echo "" case "$REPLY" in