From 41a06c65d95c62db42557d91e248802153890f4b Mon Sep 17 00:00:00 2001 From: Christopher Date: Sat, 1 Jun 2024 14:58:44 -0500 Subject: [PATCH] Refactor start and end markers in run.sh script for website blocking --- toggle-website-blocking/run.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/toggle-website-blocking/run.sh b/toggle-website-blocking/run.sh index 7b2a23b..a0c07f6 100755 --- a/toggle-website-blocking/run.sh +++ b/toggle-website-blocking/run.sh @@ -26,8 +26,8 @@ else HOSTS_FILE="/etc/hosts" CONFIG_FILE="blocked_websites.conf" DEFAULT_RESOLVER="127.0.0.1" -START_MARKER="# START blocked_websites by BigBearTechWorld" -END_MARKER="# END blocked_websites by BigBearTechWorld" +START_MARKER="# START Blocking Websites by BigBearTechWorld" +END_MARKER="# END Blocking Websites by BigBearTechWorld" BACKUP_DIR="/tmp" EOL # Load the newly created settings.conf file