Skip to content

Commit

Permalink
Merge pull request #27 from redBorder/development
Browse files Browse the repository at this point in the history
Release 1.0.1
  • Loading branch information
JPeraltaNic authored Jun 4, 2024
2 parents f87db64 + 29d0876 commit b778400
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.0
1.0.1
2 changes: 1 addition & 1 deletion resources/lib/service.rb
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ def execute()
printf("-----------------------------------------------------------------\n")
end

systemctl_services.uniq.each do |systemd_service|
systemctl_services.uniq.sort.each do |systemd_service|
if system("systemctl status #{systemd_service} &>/dev/null")
ret = "running"
running = running + 1
Expand Down

0 comments on commit b778400

Please sign in to comment.