mirror of
https://github.com/systemd/systemd.git
synced 2024-12-23 21:35:11 +03:00
systemctl: fix typo in 'is-enabled'
It prevented the action from working without dbus.
This commit is contained in:
parent
b911442003
commit
c971700e41
@ -4998,7 +4998,7 @@ static int systemctl_main(DBusConnection *bus, int argc, char *argv[], DBusError
|
||||
* enable/disable */
|
||||
if (!streq(verbs[i].verb, "enable") &&
|
||||
!streq(verbs[i].verb, "disable") &&
|
||||
!streq(verbs[i].verb, "is-enable") &&
|
||||
!streq(verbs[i].verb, "is-enabled") &&
|
||||
!streq(verbs[i].verb, "list-unit-files") &&
|
||||
!streq(verbs[i].verb, "reenable") &&
|
||||
!streq(verbs[i].verb, "preset") &&
|
||||
|
Loading…
Reference in New Issue
Block a user