diff options
Diffstat (limited to 'etc/rc.linkup.sh')
-rwxr-xr-x | etc/rc.linkup.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/etc/rc.linkup.sh b/etc/rc.linkup.sh index 1a24852..1a49425 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 |