From 341da0113dbd132f1f42210a531ccc11d7965ef4 Mon Sep 17 00:00:00 2001 From: Konrad Borowski Date: Fri, 1 Nov 2013 20:28:20 +0100 Subject: [PATCH] Update localhost.load --- plugins/localhost/localhost.load | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/localhost/localhost.load b/plugins/localhost/localhost.load index de9ef44..332a354 100644 --- a/plugins/localhost/localhost.load +++ b/plugins/localhost/localhost.load @@ -26,7 +26,7 @@ function lh end end -set -l common_localhost_ports 3000 4000 5000 6000 7000 8000 9000 8080 8001 +set -l common_localhost_ports 3000 4000 5000 6000 7000 8000 8001 9000 8080 for port in $common_localhost_ports eval "function $port; lh $port; end"