Fix start

This commit is contained in:
Andros Fenollosa 2020-01-03 10:27:08 +01:00
parent 105f7ca6ff
commit e8838ba546

2
maza
View File

@ -69,7 +69,7 @@ update() {
}
start() {
cat "$CONFIG/$LIST" "$HOST_FILE" >> "$HOST_FILE"
cat "$CONFIG/$LIST" >> "$HOST_FILE"
# Notify user
echo "${COLOR_GREEN}ENABLED!${COLOR_RESET}"
}