#!/bin/sh [ "$ACTION" = "ifup" -a "$INTERFACE" = "wan" ] && { sh /etc/fastdstart.sh sleep 30 sh /etc/fastdstart.sh }