1
0
mirror of https://git.fsfe.org/FSFE/fsfe-local-build.git synced 2026-04-18 10:23:05 +02:00

use dynamic port in message output

This commit is contained in:
2017-06-29 21:18:11 +02:00
parent 01dc8c46a0
commit c26208da78

View File

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