This board is now closed. The Blackhole image ended in 2020. The board will remain available in Read Only Mode, so all the posts from the last 15+ years are not lost. We thank you for being part of the community for the last 15+ years. You can join the OpenBh board if you have not already done so at www.openbh.net.

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