Una otra pregunta....
Estoy intentando hacer 1 "script" para download de ficheros /multicas/Key.bin y new_biss.key . Y luego reiniciar Multicas después del download.
Lo que tengo asta hora es:
Plugins/Keys/Keys.sh:
#!/bin/sh
/DISK1/system_tools/vfd_display -td210 "Download"
wget -O /PLUGINS/OpenXCAS/MultiCAS/Key.bin http://*****.info/Maker/MultiCas/Key.bin
wget -O /PLUGINS/OpenXCAS/MultiCAS/new_biss.key http://*****.info/Maker/MultiCas/new_biss.key
/DISK1/system_tools/vfd_display -td210 "Keys Ok"
cd /
killall emu_module
sleep 1
cd /camd/OpenXCAS/MultiCAS/
./emu_module
Plugins/Keys/openxcas.conf:
[module]
name = Keys
daemon = Keys.sh
version = 1.0
La duda es, ay alguno error en key.sh. Ay alguno comando para el final d'el script?
Estoy intentando hacer 1 "script" para download de ficheros /multicas/Key.bin y new_biss.key . Y luego reiniciar Multicas después del download.
Lo que tengo asta hora es:
Plugins/Keys/Keys.sh:
#!/bin/sh
/DISK1/system_tools/vfd_display -td210 "Download"
wget -O /PLUGINS/OpenXCAS/MultiCAS/Key.bin http://*****.info/Maker/MultiCas/Key.bin
wget -O /PLUGINS/OpenXCAS/MultiCAS/new_biss.key http://*****.info/Maker/MultiCas/new_biss.key
/DISK1/system_tools/vfd_display -td210 "Keys Ok"
cd /
killall emu_module
sleep 1
cd /camd/OpenXCAS/MultiCAS/
./emu_module
Plugins/Keys/openxcas.conf:
[module]
name = Keys
daemon = Keys.sh
version = 1.0
La duda es, ay alguno error en key.sh. Ay alguno comando para el final d'el script?
