Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Patch ducky logger #411

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Commits on Dec 20, 2023

  1. Signed-off-by: Kr1ss <kr1ss.x@yandex.com>

    fix shell history removal
    
    The `rm -f` command was called without a target argument, since the
    "HISTFILE" variable is unset before. This is fixed by this patch.
    Kr1ss-XD committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    90a5cbd View commit details
    Browse the repository at this point in the history
  2. Signed-off-by: Kr1ss <kr1ss.x@yandex.com>

    don't start systemd units twice
    
    The `systemctl enable` command already starts the service/timer unit
    given as an argument when the `--now` flag is included.
    Kr1ss-XD committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    4e2254d View commit details
    Browse the repository at this point in the history