service status: full id used in lists at all times.

master
Luka Vandervelden 2019-10-25 12:36:30 +02:00
parent 5501c62f56
commit e4741daeb3
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ else
if service.nil?
service_not_found = true
else
puts "#{service.id}: #{service.status PID_DIRECTORY}"
puts "#{service.full_id}: #{service.status PID_DIRECTORY}"
end
end