[mapguide-commits] r8425 - trunk/MgDev/Server/src/Core

svn_mapguide at osgeo.org svn_mapguide at osgeo.org
Sun Oct 19 06:49:23 PDT 2014


Author: jng
Date: 2014-10-19 06:49:23 -0700 (Sun, 19 Oct 2014)
New Revision: 8425

Modified:
   trunk/MgDev/Server/src/Core/mapguidectl
Log:
#2496: Restore un-prefixed install path

Modified: trunk/MgDev/Server/src/Core/mapguidectl
===================================================================
--- trunk/MgDev/Server/src/Core/mapguidectl	2014-10-19 13:48:02 UTC (rev 8424)
+++ trunk/MgDev/Server/src/Core/mapguidectl	2014-10-19 13:49:23 UTC (rev 8425)
@@ -11,7 +11,7 @@
 case "$1" in
  start)
    log_daemon_msg "Starting MapGuide Server"
-   pushd /usr/local/mapguideopensource-3.0.0/server/bin > /dev/null
+   pushd /usr/local/mapguideopensource/server/bin > /dev/null
    ./mgserverd.sh
    popd > /dev/null
    log_end_msg 0



More information about the mapguide-commits mailing list