Re: [Hampshire] Permissions query

トップ ページ

このメッセージに返信
著者: Keith Edmunds
日付:  
To: hampshire
題目: 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