diff --git a/mm-scripts.sh b/mm-scripts.sh index e5b0da9..39f696f 100755 --- a/mm-scripts.sh +++ b/mm-scripts.sh @@ -235,7 +235,7 @@ MMSTART(){ elif [ ${cc} -eq 1 ] && [ "${zerogw}" == "${VPN_INTERFACE}" ] && [ "${defaultgw}" != "${VPN_INTERFACE}" ]; then echo -en "Fixing... " - echo -e "$(date) - DEFAULT ROUTES FAILURE\n-------------------------------------------------------------------" >> ${LOGFOLDER}/iproutes.log + echo -e "$(date) - DEFAULT ROUTES FAILURE {zerogw=${zerogw}, defaultgw=${defaultgw}}\n-------------------------------------------------------------------" >> ${LOGFOLDER}/iproutes.log /bin/ip r >> ${LOGFOLDER}/iproutes.log echo -e "\n" >> ${LOGFOLDER}/iproutes.log