mirror of https://github.com/OpenIPC/firmware.git
parent
205f3c6bc0
commit
f0f865ea58
general/overlay/etc/init.d
|
@ -0,0 +1,4 @@
|
|||
#!/bin/sh
|
||||
|
||||
|
||||
[ ! -z "$(fw_printenv -n vtund)" ] && tunnel "$(fw_printenv -n vtund)" || exit 1;
|
Loading…
Reference in New Issue