#---------------------------------------------------------------------
# DO NOT MODIFY THIS FILE! It is updated automatically 
# Instead, modify the source template in the /usr/share/naat/templates
# directory.
# ---------------------------------------------------------------------
#!/bin/bash
IF=$0
InterfaceInterface={$InternetInterface}
if [ "$IF" == "$InternetInterface" ]; then 
	[ -x /etc/init.d/ez-ipupdate ] && /etc/init.d/ez-ipupdate restart "$@"
fi
exit 0
