Chuck Hallenbeck, le Sat 23 May 2009 07:46:14 -0400, a écrit :
> http://hallenbeck.ftml.net/synthscripts-v3.tar.bz2

-test $UID -eq "0" || exit 0
+test $ID -eq "0" || exit 0

err, that's not the fix that was suggested, but rather

-test $UID -eq "0" || exit 0
+test $(id -ru) -eq "0" || exit 0

Samuel



--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

Reply via email to