Project

General

Profile

« Previous | Next » 

Revision 8919a708

Added by Sven Auhagen almost 8 years ago

Update ppp-linkdown

Style fix

View differences:

src/usr/local/sbin/ppp-linkdown
27 27
	/usr/local/sbin/ppp-log-uptime.sh $seconds ${IF} &
28 28
fi
29 29

  
30
if [${IF} !=~ "ppp[0-9]*"]
31
then
30
if [ ${IF} !=~ "ppp[0-9]*" ]; then
32 31
	/etc/rc.kill_states ${IF} ${LOCAL_IP}
33 32
fi
34 33

  

Also available in: Unified diff