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:
e32453f69c
Ramos
Etiquetas
master
serverfiles
/
openwrt
/
common
/
opt
/
lib
/
scripts
/
net-restart.sh
net-restart.sh
93 B
Histórico
Em bruto
1
2
3
4
5
6
7
8
9
#!/bin/sh
sleep 2
/sbin/wifi
/etc/init.d/network reload
/etc/init.d/dnsmasq reload
exit 0