bshlists wrote:
I've been trying run this script on my gentoo laptop, but for some reason it
does not work. If you see what is wrong could you email me. Thanks.
#!/bin/bash
if [ "${ACTION}" = "add" ] && [ -f "${DEVICE}" ]
then
rmmod garmin_gps
chmod 666 $DEVICE
fi
-- "Pluralitas non est ponenda sine necessitate" - W. of O. -- [email protected] mailing list

