summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
Diffstat (limited to 'etc')
-rwxr-xr-xetc/rc.linkup6
1 files changed, 1 insertions, 5 deletions
diff --git a/etc/rc.linkup b/etc/rc.linkup
index 7c69f71..debc541 100755
--- a/etc/rc.linkup
+++ b/etc/rc.linkup
@@ -42,11 +42,7 @@
$processing = true;
$counter = 1;
while($processing == true) {
- if($argv[$counter] == "" or $argv[$counter] == "\n") {
- $argspassed = file_get_contents("/tmp/rc.linkup");
- log_error("Arguments passed incorrectly to rc.linkup. '{$argspassed}' Exiting.");
- exit;
- }
+ log_error("Arguments passed rc.linkup. '{$argspassed}'");
/* do not process nics twice */
if (in_array($argv[$counter] . $argv[$counter+1], $processed_nics))
continue;
OpenPOWER on IntegriCloud