I have this file autoexec.sh from well known cctv manufacturer and wondering what this will do if its inserted in DVR during boot
here is the code in autoexec.sh
himd.l 0x20050ee8 | grep "00000035 00000035"
if [ $? = "0" ];then
cd /mnt/usb;
chmod +x update3535;
./update3535 0 all;
else
himd.l 0x20050ee8 |grep "00000020 00000035"
if [ $? = "0" ];then
cd /mnt/usb;
chmod +x update3520;
./update3520 0 all;
fi
fi
also wondering what this update file is for(attached)
thank you
here is the code in autoexec.sh
himd.l 0x20050ee8 | grep "00000035 00000035"
if [ $? = "0" ];then
cd /mnt/usb;
chmod +x update3535;
./update3535 0 all;
else
himd.l 0x20050ee8 |grep "00000020 00000035"
if [ $? = "0" ];then
cd /mnt/usb;
chmod +x update3520;
./update3520 0 all;
fi
fi
also wondering what this update file is for(attached)
thank you
Attachments
Last edited: