This website works better with JavaScript
Página Principal
Explorar
Ajuda
Iniciar Sessão
Superglue
/
serverfiles
Vigiar
2
Colocar Estrela
0
Fork
0
Ficheiros
Problemas
0
Pull Requests
0
Wiki
Árvore:
e819210183
Ramos
Etiquetas
master
serverfiles
/
openwrt
/
common
/
opt
/
lib
/
scripts
/
fw-upgrade.sh
fw-upgrade.sh
69 B
Histórico
Em bruto
1
2
3
4
5
6
7
#!/bin/sh
sleep 2
sysupgrade -q $1 ##> /tmp/fw-upgrade.log
exit 0