[mapguide-commits] r10088 - branches/4.0/MgDev/Web/src/DevHttpServer
svn_mapguide at osgeo.org
svn_mapguide at osgeo.org
Mon Jul 29 06:24:01 PDT 2024
Author: jng
Date: 2024-07-29 06:24:00 -0700 (Mon, 29 Jul 2024)
New Revision: 10088
Modified:
branches/4.0/MgDev/Web/src/DevHttpServer/mgdevhttpserver.sh
Log:
Fix incorrect mentor path in Linux MgDevHttpServer launcher script
Modified: branches/4.0/MgDev/Web/src/DevHttpServer/mgdevhttpserver.sh
===================================================================
--- branches/4.0/MgDev/Web/src/DevHttpServer/mgdevhttpserver.sh 2024-07-29 12:16:36 UTC (rev 10087)
+++ branches/4.0/MgDev/Web/src/DevHttpServer/mgdevhttpserver.sh 2024-07-29 13:24:00 UTC (rev 10088)
@@ -1,5 +1,5 @@
#!/bin/sh
MG_WWW=$(realpath ../www)
MG_WEBCONFIG=$(realpath ../www/webconfig.ini)
-MG_MDP=$(realpath ../www)
+MG_MDP=$(realpath ../../share/gis/coordsys)
./mgdevhttpserver -r "${MG_WWW}" -w "${MG_WEBCONFIG}" -m "${MG_MDP}"
\ No newline at end of file
More information about the mapguide-commits
mailing list