Magellan Linux

Contents of /mcore-src/trunk/mcore-tools/src/mcore-controlserver.in

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2698 - (show annotations) (download)
Wed Dec 16 13:52:18 2015 UTC (8 years, 4 months ago) by niro
File size: 228 byte(s)
-added mcore-controlserver info prog
1 #!/bin/bash
2
3 MCORE_LIBDIR="@@MCORE_LIBDIR@@"
4 source @@SYSCONFDIR@@/mcore/mcore.conf
5
6 RETVAL=0
7
8 if [[ -z ${MCORE_CONTROL_SERVER} ]]
9 then
10 MCORE_CONTROL_SERVER="UNKNOWN"
11 RETVAL=1
12 fi
13
14 echo "${MCORE_CONTROL_SERVER}"
15 exit ${RETVAL}