This website works better with JavaScript
Acasă
Explorează
Ajutor
Autentificare
Superglue
/
serverfiles
Urmărește
2
Stea
0
Bifurcare
0
Fisiere
Probleme
0
Trageți solicitările
0
Wiki
Arbore:
4c9cce3848
Ramuri
Etichete
master
serverfiles
/
openwrt
/
common
/
opt
/
lib
/
scripts
/
fw-upgrade.sh
fw-upgrade.sh
69 B
Istoric
Crud
1
2
3
4
5
6
7
#!/bin/sh
sleep 2
sysupgrade -q $1 ##> /tmp/fw-upgrade.log
exit 0