Skip to content
Snippets Groups Projects
Commit b74384a6 authored by klang's avatar klang
Browse files

Add medm and caqtdm switches

parent 10e0a6ba
No related branches found
No related tags found
No related merge requests found
......@@ -190,8 +190,16 @@ run() {
fi
}
start_medm() {
${IOC_STARTUP_DIR}/../../start_MEDM_xxx
}
start_caqtdm() {
${IOC_STARTUP_DIR}/../../start_caQtDM_xxx
}
usage() {
${ECHO} "Usage: $(${BASENAME} ${SNAME}) {start|stop|restart|status|console|run}"
${ECHO} "Usage: $(${BASENAME} ${SNAME}) {start|stop|restart|status|console|run|medm|caqtdm}"
}
#####################################################################
......@@ -225,6 +233,14 @@ else
run)
run
;;
medm)
start_medm
;;
caqtdm)
start_caqtdm
;;
*)
usage
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment