Re: [Hampshire] Permissions query

Top Page

Reply to this message
Author: Keith Edmunds
Date:  
To: hampshire
Subject: 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