Merge pull request #27 from knopki/patch-1

systemd_enable.sh: is_enabled -> is-enabled
pull/103/head
Bruno Sutic 2021-12-02 09:01:08 +01:00 committed by GitHub
commit 912149820b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ template() {
} }
systemd_tmux_is_enabled() { systemd_tmux_is_enabled() {
systemctl --user is_enabled $(basename "${systemd_unit_file_path}") >/dev/null 2>&1 systemctl --user is-enabled $(basename "${systemd_unit_file_path}") >/dev/null 2>&1
} }
enable_tmux_unit_on_boot() { enable_tmux_unit_on_boot() {