Hi,
I'm trying to restore a backup of my NVRAM on my AC-68U using John's latest fork. I did a backup including the clock frequency and when I do a restore I get the following error below on line 652. I looked in the .sh file and it appears to relate to custom VPN config entries but I'm not sure. Please see the image attached and the corresponding entries in the .sh file at line 652 which starts with the word Skipping where the error occurs. Thanks for any help
($op || grep -q "vpn_server1_custom" "$tmpfile") && $(nvram set vpn_server1_custom="$(printf '
' "push \"route 192.168.2.1 255.255.255.255 10.8.0.1 21\"
management localhost 4242")") || printf '
' "Skipping vpn_server1_custom"($op || grep -q "vpn_server1_dhcp" "$tmpfile") && $(nvram set vpn_server1_dhcp="1") || printf '%s\n' "Skipping vpn_server1_dhcp"
I'm trying to restore a backup of my NVRAM on my AC-68U using John's latest fork. I did a backup including the clock frequency and when I do a restore I get the following error below on line 652. I looked in the .sh file and it appears to relate to custom VPN config entries but I'm not sure. Please see the image attached and the corresponding entries in the .sh file at line 652 which starts with the word Skipping where the error occurs. Thanks for any help
($op || grep -q "vpn_server1_custom" "$tmpfile") && $(nvram set vpn_server1_custom="$(printf '
' "push \"route 192.168.2.1 255.255.255.255 10.8.0.1 21\"
management localhost 4242")") || printf '
' "Skipping vpn_server1_custom"($op || grep -q "vpn_server1_dhcp" "$tmpfile") && $(nvram set vpn_server1_dhcp="1") || printf '%s\n' "Skipping vpn_server1_dhcp"