Run all-in-one instead of sahara-api

We're upgrading sahara architecture, so, we've added an alias to run
sahara in all-in-one process.

Change-Id: I7f92e13c1a9b15070c5ec46428ca3949190abfc9
This commit is contained in:
Sergey Lukjanov 2014-05-03 00:53:01 +04:00
parent 0154badc2b
commit 850e0fbdd4
1 changed files with 1 additions and 1 deletions

View File

@ -166,7 +166,7 @@ function install_sahara {
# start_sahara() - Start running processes, including screen
function start_sahara {
screen_it sahara "cd $SAHARA_DIR && $SAHARA_BIN_DIR/sahara-api --config-file $SAHARA_CONF_FILE"
screen_it sahara "cd $SAHARA_DIR && $SAHARA_BIN_DIR/sahara-all --config-file $SAHARA_CONF_FILE"
}
# stop_sahara() - Stop running processes