#!/bin/sh

[ -f /lib/netifd/proto/map.sh.old ] && mv /lib/netifd/proto/map.old /lib/netifd/proto/map.sh
[ -f /usr/bin/cbt_check_internet.sh.old ] && mv /usr/bin/cbt_check_internet.old /usr/bin/cbt_check_internet.sh

exit 0