Quote:
|
Originally Posted by cooky
how install gbox in gemini 1.08?
tank's.
|
M8
try with this script U need put that in var/script/gbox_cam.sh
chmod 755 to gbox_cam.sh
#gbox script by kvaka
#!/bin/sh
CAMNAME="Gbox"
USERNAME="Gbox"
ZAPTIME=4
CAMID=1597
case $1 in
start)
/var/bin/gbox &
;;
stop)
killall -9 gbox
;;
*)
$0 stop
exit 1
;;
esac
exit 0
reg
Drklosar