Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
jmkao committed Aug 7, 2016
2 parents f907301 + 81b8fbd commit bf36940
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions host/bin/start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

cpu=`uname -m`

if [ -z "${HOME}" ] ; then
HOME=/root
if [ -z "$HOME" ] || [ "$HOME" == "/" ]; then
HOME=~root
fi

DEFAULT_REPO="area515/Creation-Workshop-Host"
Expand Down

0 comments on commit bf36940

Please sign in to comment.