소스 검색

Fixed bug in aiop-* files after restructure

Joachim M. Giæver 8 년 전
부모
커밋
a1251f4db7
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  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}"