Skip to content

Commit

Permalink
Removed accomplished todo's from TODO.md
Browse files Browse the repository at this point in the history
  • Loading branch information
stablestud committed Feb 25, 2019
1 parent df0f2c0 commit eb01ded
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
4 changes: 0 additions & 4 deletions TODO.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,11 @@

## Must:
* README.md update
* Remove all crontabs from cron.x directories
* Update comments about weekly frequency, in `hosts_header`

## Should:
* interactive ability to set the update frequency
* save statistics to var/ and read from Adsorber

## Could:
* OpenRC support
* log-file
* bash completion
* proper unittest
Expand Down
2 changes: 1 addition & 1 deletion place_files_onto_system.sh
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ chown -R root:root "${config_dir_path}" \
}

echo "Adsorber files have been successfully placed onto the system."
printf "\\033[1;37mTo start going and to setup the scheduler or to backup the hosts file run 'adsorber setup'\\033[0m\\n"
printf "\\033[1;37mTo start going (to setup the scheduler and to backup the hosts file) run 'adsorber setup'\\033[0m\\n"
echo

## We don't run Adsorber after installation yet
Expand Down
2 changes: 2 additions & 0 deletions portable_adsorber.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,6 @@ else
fi

echo "Adsorber in portable-mode exited with code ${exit_code}. Thats an error."

exit ${exit_code}
fi

0 comments on commit eb01ded

Please sign in to comment.