summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2007-02-02 18:31:52 +0000
committerScott Ullrich <sullrich@pfsense.org>2007-02-02 18:31:52 +0000
commitdccacb2e2f03ed201bf024725f6030109cc861c6 (patch)
tree4260fcac6179d58c7d6226452c7c18b8d95e13f6 /etc
parentb18fd10862e964252aa9a4170d4ca9fe2758124b (diff)
downloadpfsense-dccacb2e2f03ed201bf024725f6030109cc861c6.zip
pfsense-dccacb2e2f03ed201bf024725f6030109cc861c6.tar.gz
Remove /tmp/rc.linkup after processing
Diffstat (limited to 'etc')
-rwxr-xr-xetc/rc.linkup.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/etc/rc.linkup.sh b/etc/rc.linkup.sh
index 1a49425..3ab0e3f 100755
--- a/etc/rc.linkup.sh
+++ b/etc/rc.linkup.sh
@@ -1,4 +1,5 @@
#!/bin/sh
LINKUP=`cat /tmp/rc.linkup`
-/usr/local/bin/php /etc/rc.linkup $LINKUP \ No newline at end of file
+/usr/local/bin/php /etc/rc.linkup $LINKUP
+rm /tmp/rc.linkup
OpenPOWER on IntegriCloud