summaryrefslogtreecommitdiff
Side-by-side diff
Diffstat (more/less context) (show whitespace changes)
-rwxr-xr-xnoncore/tools/opie-sh/scripts/hostlist.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/noncore/tools/opie-sh/scripts/hostlist.sh b/noncore/tools/opie-sh/scripts/hostlist.sh
index 6575e9c..6d70793 100755
--- a/noncore/tools/opie-sh/scripts/hostlist.sh
+++ b/noncore/tools/opie-sh/scripts/hostlist.sh
@@ -26,3 +26,3 @@ hostlist() {
echo "<h3>Hostlist</h3><br>"
- HOSTLIST=`cat $CFG`
+ HOSTLIST=`cat $CFG | grep -v '#'`
for HOST in $HOSTLIST