Browse Source

Fixed bug in aiop-* files after restructure

Joachim M. Giæver 7 years ago
parent
commit
a1251f4db7
2 changed files with 2 additions and 2 deletions
  1. 1 1
      aiop/aiop-dnsmasq
  2. 1 1
      aiop/aiop-openvpn

+ 1 - 1
aiop/aiop-dnsmasq

@@ -1,5 +1,5 @@
 #!/bin/sh
-source /jffs/scripts/aiop-func
+source /jffs/scripts/aiop/aiop-func
 
 if [ `cat ${DNSMASQ_CONF} | grep -c "log-dhcp"` -eq 0 ]; then
     pc_append "log-dhcp" ${DNSMASQ_CONF}

+ 1 - 1
aiop/aiop-openvpn

@@ -1,5 +1,5 @@
 #!/bin/sh
-source /jffs/scripts/aiop-func
+source /jffs/scripts/aiop/aiop-func
 
 route_vpn () {
     IFACE="${1}"