mirror of
https://github.com/tanrax/maza-ad-blocking.git
synced 2025-06-27 16:35:43 +02:00
Add text to remove
This commit is contained in:
6
maza
6
maza
@ -69,13 +69,17 @@ update() {
|
||||
}
|
||||
|
||||
start() {
|
||||
# Add List to host file
|
||||
cat "$CONFIG/$LIST" >> "$HOST_FILE"
|
||||
# Notify user
|
||||
echo "${COLOR_GREEN}ENABLED!${COLOR_RESET}"
|
||||
}
|
||||
|
||||
stop() {
|
||||
echo "stopdf"
|
||||
# Remove list to host file
|
||||
|
||||
# Notify user
|
||||
echo "${COLOR_GREEN}DISABLED!${COLOR_RESET}"
|
||||
}
|
||||
|
||||
# CONTROLE ARGUMENTS
|
||||
|
Reference in New Issue
Block a user