mirror of https://bitbucket.org/ausocean/av.git
Added utils as a dependency.
This commit is contained in:
parent
8ab2a5c9e4
commit
16a11ec090
|
@ -6,7 +6,7 @@
|
|||
Usage="Usage: upgrade.sh [-d] tag"
|
||||
VarDir="/var/netsender"
|
||||
BaseDir="$HOME/go/src/bitbucket.org/ausocean"
|
||||
SrcDirs=($BaseDir/iot $BaseDir/av)
|
||||
SrcDirs=($BaseDir/utils $BaseDir/iot $BaseDir/av)
|
||||
if [ "$1" == "-d" ]; then
|
||||
set -x
|
||||
GitFlags=""
|
||||
|
|
Loading…
Reference in New Issue