Re: [Hampshire] Permissions query

Página Inicial

Reply to this message
Autor: Keith Edmunds
Data:  
Para: hampshire
Assunto: Re: [Hampshire] Permissions query
You can simplify your script to one line:

pid=$(pidof lircd) && kill -HUO $pid

That's a good deal simpler, so give that a go first.

Keith