Skip to content
Snippets Groups Projects
Commit d4e3850b authored by Recolic's avatar Recolic :house_with_garden:
Browse files

.tinyfix

parent a434205a
No related branches found
No related tags found
No related merge requests found
...@@ -171,6 +171,7 @@ if [[ "$subcommand" = register ]]; then ...@@ -171,6 +171,7 @@ if [[ "$subcommand" = register ]]; then
lci_startup_if_needed lci_startup_if_needed
elif [[ "$subcommand" = _cron ]]; then elif [[ "$subcommand" = _cron ]]; then
# TODO: implement cron. with crontab or same systemd service? # TODO: implement cron. with crontab or same systemd service?
:
elif [[ "$subcommand" = _startup ]]; then elif [[ "$subcommand" = _startup ]]; then
lci_startup_if_needed lci_startup_if_needed
elif [[ "$subcommand" = _startup_all ]]; then elif [[ "$subcommand" = _startup_all ]]; then
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment