CHips L MINI SHELL

CHips L pro

Current Path : /proc/2/cwd/proc/self/root/etc/NetworkManager/dispatcher.d/
Upload File :
Current File : //proc/2/cwd/proc/self/root/etc/NetworkManager/dispatcher.d/05-netfs

#!/bin/sh

export LC_ALL=C

if [ "$2" = "down" ]; then
	/sbin/ip route ls | grep -q ^default || {
		[ -f /var/lock/subsys/netfs ] && /etc/rc.d/init.d/netfs stop || :
	} && { :; }
fi

if [ "$2" = "up" ]; then
	/sbin/ip -o route show dev "$1" | grep -q '^default' && {
		/sbin/chkconfig netfs && /etc/rc.d/init.d/netfs start || :
	} || { :; }
fi


Copyright 2K16 - 2K18 Indonesian Hacker Rulez