diff --git a/etc/rc.linkup.sh b/etc/rc.linkup.sh index 1a2485251c..1a4942567b 100755 --- a/etc/rc.linkup.sh +++ b/etc/rc.linkup.sh @@ -1 +1,4 @@ #!/bin/sh + +LINKUP=`cat /tmp/rc.linkup` +/usr/local/bin/php /etc/rc.linkup $LINKUP \ No newline at end of file