pfsense/etc/rc.linkup.sh
2007-02-02 18:31:52 +00:00

6 lines
99 B
Bash
Executable File

#!/bin/sh
LINKUP=`cat /tmp/rc.linkup`
/usr/local/bin/php /etc/rc.linkup $LINKUP
rm /tmp/rc.linkup