Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ source /etc/device.properties
DHCP_LEASE_FILE_ARM="/nvram/dnsmasq.leases"
DHCP_LEASE_FILE_ATOM="/nvram/dnsmasq.leases"
DHCP_LEASE_FILE_ATOM_TMP="/tmp/dnsmasq.leases"
PEER_COMM_ID="/tmp/elxrretyt.swr"
PEER_COMM_ID="/tmp/interchip"
if [ ! -f /usr/bin/GetConfigFile ];then
echo "Error: GetConfigFile Not Found"
exit 127
Expand Down
2 changes: 1 addition & 1 deletion source/scripts/init/service.d/service_wan/dns_sync.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ retries=0
#ATOM_INTERFACE_IP=`cat /etc/device.properties | grep ATOM_INTERFACE_IP | cut -f 2 -d"="`
#ATOM_RPC_IP=`cat /etc/device.properties | grep ATOM_ARPING_IP | cut -f 2 -d"="`
LAN_IP=`syscfg get lan_ipaddr`
PEER_COMM_ID="/tmp/elxrretyt.swr"
PEER_COMM_ID="/tmp/interchip"
if [ ! -f /usr/bin/GetConfigFile ];then
echo "Error: GetConfigFile Not Found"
exit 127
Expand Down
Loading