mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
6 lines
99 B
Bash
Executable File
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
|