Actions
Bug #24767
closedkatello-debug.sh still calls katello-service status rather than foreman-maintain
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
Difficulty:
Triaged:
No
Bugzilla link:
Description
katello-debug.sh still calls -
---
add_cmd "katello-service status" "katello_service_status"
---
rather than using foreman-maintain to call the service status. This should be updated to something like
--
add_cmd "foreman-mainain service status" "foreman-maintain_service_status"
---
to be properly updated and use foreman-maintain
Actions