CAM Name file ??

Status
Not open for further replies.

LePouSAT

Vu+ Newbie
Hi !

I just wanted to know in which text file the current running cam name (variable $CAMNAME) is written ...

I have an updating script for my CAMs but I can't find the way to update the name of the new CAM that has just been upgraded, while this new CAM is perfectly running and working !!

Thanks in advance for your help !!

LePouSAT
 
Hi !

I just wanted to know in which text file the current running cam name (variable $CAMNAME) is written ...

I have an updating script for my CAMs but I can't find the way to update the name of the new CAM that has just been upgraded, while this new CAM is perfectly running and working !!

Thanks in advance for your help !!

LePouSAT

We don't support software CAMS.
Thread closed. Read Board rules.
FYI... the solution follows :)

Code:
cd /usr/camscript
grep "CAMNAME" -H *
 
Status
Not open for further replies.
Back
Top