Skip to content
Snippets Groups Projects
Commit de8353bc authored by FFS-Roland's avatar FFS-Roland
Browse files

bug fix: fastd must be restartet after defining on_connect script.

parent 2c85fcb5
No related branches found
No related tags found
No related merge requests found
......@@ -4,9 +4,10 @@ START=97
start () {
uci set fastd.mesh_vpn.on_connect='/usr/sbin/ffs-set-segment'
/etc/init.d/fastd restart
/usr/sbin/ffs-set-segment
/etc/init.d/micrond enable
/etc/init.d/micrond restart
/etc/init.d/micrond restart
}
stop() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment