This website works better with JavaScript
Domů
Procházet
Nápověda
Přihlásit se
Superglue
/
serverfiles
Sledovat
2
Oblíbit
0
Rozštěpit
0
Soubory
Úkoly
0
Pull Requesty
0
Wiki
Strom:
4c9cce3848
Větve
Značky
master
serverfiles
/
openwrt
/
common
/
opt
/
lib
/
scripts
/
fw-upgrade.sh
fw-upgrade.sh
69 B
Historie
Surový
1
2
3
4
5
6
7
#!/bin/sh
sleep 2
sysupgrade -q $1 ##> /tmp/fw-upgrade.log
exit 0