Refactor start and end markers in run.sh script for website blocking

This commit is contained in:
Christopher
2024-06-01 14:58:44 -05:00
parent 37ea6e73cd
commit 41a06c65d9

View File

@@ -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