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 "++++++++++++++++++++++++++++++++++"