mirror of https://bitbucket.org/ausocean/av.git
init: removed debug echo
This commit is contained in:
parent
c81fb90587
commit
8f6825c388
|
@ -33,7 +33,6 @@ HOME=/home/pi
|
|||
GOPATH=$HOME/go
|
||||
RVPATH=$GOPATH/src/bitbucket.org/ausocean/av/cmd/rv
|
||||
PATH=$PATH:/usr/local/go/bin:$RVPATH
|
||||
echo $RVPATH
|
||||
cd $RVPATH
|
||||
sudo -u pi HOME=$HOME GOPATH=$GOPATH PATH=$PATH ./rv
|
||||
if [ $? -eq 0 ]
|
||||
|
|
Loading…
Reference in New Issue