Minor fixes to bootstrap and install scripts
This commit is contained in:
parent
ceae5f3d14
commit
67fa052672
|
@ -34,5 +34,6 @@ export GOPATH=~/go
|
||||||
# Note: this will ask for credentials
|
# Note: this will ask for credentials
|
||||||
go get bitbucket.org/nicdex/adaptech-goes
|
go get bitbucket.org/nicdex/adaptech-goes
|
||||||
cd $GOPATH/src/bitbucket.org/nicdex/adaptech-goes
|
cd $GOPATH/src/bitbucket.org/nicdex/adaptech-goes
|
||||||
|
chmod +x ./scripts/*
|
||||||
./scripts/install.sh
|
./scripts/install.sh
|
||||||
popd
|
popd
|
||||||
|
|
|
@ -8,4 +8,4 @@ cp -R scripts /opt/goes
|
||||||
# Reminders
|
# Reminders
|
||||||
echo Goes reminders:
|
echo Goes reminders:
|
||||||
echo - Set the system TimeZone for expected day projection
|
echo - Set the system TimeZone for expected day projection
|
||||||
echo - Configure start script (/opt/goes/scripts/start.sh)
|
echo '- Configure start script (/opt/goes/scripts/start.sh)'
|
Loading…
Reference in New Issue
Block a user