mirror of
https://github.com/tanrax/maza-ad-blocking.git
synced 2024-11-10 02:15:42 +01:00
Add text to remove
This commit is contained in:
parent
e8838ba546
commit
72464792f1
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
|
||||
|
Loading…
Reference in New Issue
Block a user