Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion security_fixes.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down