install script suggestion

Post Reply
streigh
Junior Member
Posts: 14
Joined: 19 Dec 2006, 14:25

install script suggestion

Post by streigh »

Hi,

Your install script assumes that there is a path to sbin. For some reason my provider has omitted this and I haven't gotten around to changing it, as it usually isn't a problem.

Just a suggestion that you might consider adding /sbin/ before the calls to executables.

Or not...
chirpy
Moderator
Posts: 3537
Joined: 09 Dec 2006, 18:13

Post by chirpy »

Are you using su to login to the root account? If so, this can happen if you don't use a dash after the su command:

su -

The dash tells su to setup the root environment correctly. If that's not the issue, ignore me ;)
streigh
Junior Member
Posts: 14
Joined: 19 Dec 2006, 14:25

Post by streigh »

<.bow>

This humble wintel user bows graciously..
Post Reply