From 2d9e70a159f48eef091fa8fb77290682522105eb Mon Sep 17 00:00:00 2001 From: Titouan Date: Tue, 2 Apr 2024 16:19:57 +0200 Subject: [PATCH] print map list at startup --- motomap/motomap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/motomap/motomap.sh b/motomap/motomap.sh index dc45efe..0afa073 100755 --- a/motomap/motomap.sh +++ b/motomap/motomap.sh @@ -14,7 +14,7 @@ fi #record our start date/time startDatetime=$(date) -echo "INFO: Motomap Processing - Started with design : ${MAPS_DESIGN}" +echo "INFO: Motomap Processing - Started with design : ${MAPS_DESIGN} for ${MAPS_LIST}" # Hook selected design sed -i "s/^style-file=.*/style-file=\/motomap\/motomap\/design\/${MAPS_DESIGN}\/style\//" /motomap/motomap/motomap.cfg