Warning: set_time_limit() [function.set-time-limit]: Cannot set time limit - prohibited by configuration in /home/u547966/brikov.ru/www/wp-content/plugins/admin-menu-editor/menu-editor.php on line 745
#!/bin/bash
#
###
### File managed by Puppet
###
if [ "$IFACE" = "eth0" ] || [ "$IFACE" = "--all" ]; then
if ip route show | grep -qF "10.0.0.0/8 "
then
ip route del 10.0.0.0/8 via 10.16.10.1
fi
fi