This website works better with JavaScript
Home
Esplora
Aiuto
Accedi
Superglue
/
serverfiles
Segui
2
Vota
0
Forka
0
File
Problemi
0
Pull Requests
0
Wiki
Albero (Tree):
869fa140c4
Rami (Branch)
Tag
master
serverfiles
/
openwrt
/
common
/
opt
/
lib
/
scripts
/
fw-upgrade.sh
fw-upgrade.sh
69 B
Cronologia
Originale
1
2
3
4
5
6
7
#!/bin/sh
sleep 2
sysupgrade -q $1 ##> /tmp/fw-upgrade.log
exit 0