From d4e3850b1488c27dec343b1ebb955a9635686d4d Mon Sep 17 00:00:00 2001 From: Recolic <git@me.recolic.net> Date: Wed, 19 Mar 2025 21:02:27 -0700 Subject: [PATCH] .tinyfix --- linuxconf | 1 + 1 file changed, 1 insertion(+) diff --git a/linuxconf b/linuxconf index 9543141..1f59139 100755 --- a/linuxconf +++ b/linuxconf @@ -171,6 +171,7 @@ if [[ "$subcommand" = register ]]; then lci_startup_if_needed elif [[ "$subcommand" = _cron ]]; then # TODO: implement cron. with crontab or same systemd service? + : elif [[ "$subcommand" = _startup ]]; then lci_startup_if_needed elif [[ "$subcommand" = _startup_all ]]; then -- GitLab