Browse Source

Fixed bug in aiop-* files after restructure

Joachim M. Giæver 8 năm trước cách đây
mục cha
commit
a1251f4db7
2 tập tin đã thay đổi với 2 bổ sung2 xóa
  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}"