summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xetc/rc.initial.setlanip2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/rc.initial.setlanip b/etc/rc.initial.setlanip
index 99cf480..2df7024 100755
--- a/etc/rc.initial.setlanip
+++ b/etc/rc.initial.setlanip
@@ -55,7 +55,7 @@
echo "Available interfaces:\n\n";
$x=1;
foreach($ifdescrs as $iface) {
- echo "{$x} - " . strtoupper($iface) . "}\n";
+ echo "{$x} - " . strtoupper($iface) . "\n";
$x++;
}
echo "\nEnter interface # that you would like to configure: ";
OpenPOWER on IntegriCloud