Add text to remove

This commit is contained in:
Andros Fenollosa 2020-01-03 11:21:06 +01:00
parent e8838ba546
commit 72464792f1

6
maza
View File

@ -69,13 +69,17 @@ update() {
} }
start() { start() {
# Add List to host file
cat "$CONFIG/$LIST" >> "$HOST_FILE" cat "$CONFIG/$LIST" >> "$HOST_FILE"
# Notify user # Notify user
echo "${COLOR_GREEN}ENABLED!${COLOR_RESET}" echo "${COLOR_GREEN}ENABLED!${COLOR_RESET}"
} }
stop() { stop() {
echo "stopdf" # Remove list to host file
# Notify user
echo "${COLOR_GREEN}DISABLED!${COLOR_RESET}"
} }
# CONTROLE ARGUMENTS # CONTROLE ARGUMENTS