Skip to content

Commit

Permalink
Added disown to start-volttron script
Browse files Browse the repository at this point in the history
  • Loading branch information
craig8 committed Dec 7, 2017
1 parent 59f3986 commit 0823fd9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions start-volttron
Expand Up @@ -20,8 +20,10 @@ source "$SCRIPT_DIR/env/bin/activate"
if [ "$1" = '--rotating' ]; then
echo "Starting VOLTTRON with rotatinglog.py in the background."
volttron -L examples/rotatinglog.py > volttron.log 2>&1 &
disown
else
echo "Starting VOLTTRON verbosely in the background"
volttron -vv -l volttron.log > volttron.log 2>&1 &
disown
fi

0 comments on commit 0823fd9

Please sign in to comment.