add 'edex start base' command
This commit is contained in:
parent
30c4891ae8
commit
2d0ccbcfdc
1 changed files with 3 additions and 1 deletions
|
@ -330,7 +330,9 @@ edex_start() { # start all edex services
|
|||
su -c "service httpd-pypies start"
|
||||
su -c "service qpidd start"
|
||||
edex_purge_reset
|
||||
if [ "${args[1]}" != 'dev' ]; then
|
||||
if [ "${args[1]}" == 'base' ]; then
|
||||
su -c "service edex_camel start"
|
||||
elif [ "${args[1]}" != 'dev' ]; then
|
||||
su -c "service edex_camel start"
|
||||
su -c "service edex_ldm start"
|
||||
fi
|
||||
|
|
Loading…
Add table
Reference in a new issue