Gentoo Archives: gentoo-user

From: bshlists <bshlists@××××××.com>
To: gentoo-user@l.g.o
Subject: [gentoo-user] what is wrong with script
Date: Tue, 30 Aug 2005 14:55:26
Message-Id: 200508301041.10031.bshlists@rogers.com
1 I've been trying run this script on my gentoo laptop, but for some reason it
2 does not work. If you see what is wrong could you email me. Thanks.
3
4 #!/bin/bash
5
6 if [ "${ACTION}" = "add" ] && [ -f "${DEVICE}" ]
7 then
8 rmmod garmin_gps
9 chmod 666 $DEVICE
10 fi
11
12 --
13 DWW
14 --
15 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] what is wrong with script Christoph Gysin <cgysin@×××.ch>
Re: [gentoo-user] what is wrong with script Matt Randolph <mattr@×××××.com>
Re: [gentoo-user] what is wrong with script Alvin A ONeal Jr <coolaj86@×××××.com>