added --quiet option to start.sh cli to prevent echo when using the cli

pull/221/head
Jason Hines 2016-06-22 17:57:41 -04:00
parent 896c8145b1
commit 09fda1c84f
1 changed files with 2 additions and 1 deletions

View File

@ -52,8 +52,9 @@ function start-mycroft {
screen -mdS mycroft-voice -c $DIR/mycroft-voice.screen $DIR/start.sh voice
sleep 1
verify-start mycroft-voice
screen -mdS mycroft-cli -c $DIR/mycroft-cli.screen $DIR/start.sh cli
screen -mdS mycroft-cli -c $DIR/mycroft-cli.screen $DIR/start.sh cli --quiet
}
function stop-mycroft {
screen -XS mycroft-service quit
screen -XS mycroft-skills quit