From c26208da7807e6ab2f7256c57548fe86125ea666 Mon Sep 17 00:00:00 2001 From: "max.mehl" Date: Thu, 29 Jun 2017 21:18:11 +0200 Subject: [PATCH] use dynamic port in message output --- fsfe-preview.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fsfe-preview.sh b/fsfe-preview.sh index f473213..9c26a4d 100755 --- a/fsfe-preview.sh +++ b/fsfe-preview.sh @@ -188,7 +188,7 @@ for ((i=1; i <= $numargs; i++)); do ### SHOW RESULTS DST_rel=$(echo $DST_full | sed "s|$LOC_out||") # relative path - echo_SUC "Finished. File can be viewed at http://localhost:5080$DST_rel" + echo_SUC "Finished. File can be viewed at http://localhost:$HTTPD_port$DST_rel" if [ $numargs -gt 1 ]; then echo "++++++++++++++++++++++++++++++++++"