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:
@@ -188,7 +188,7 @@ for ((i=1; i <= $numargs; i++)); do
|
|||||||
|
|
||||||
### SHOW RESULTS
|
### SHOW RESULTS
|
||||||
DST_rel=$(echo $DST_full | sed "s|$LOC_out||") # relative path
|
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
|
if [ $numargs -gt 1 ]; then
|
||||||
echo "++++++++++++++++++++++++++++++++++"
|
echo "++++++++++++++++++++++++++++++++++"
|
||||||
|
|||||||
Reference in New Issue
Block a user