Minor fixes to bootstrap and install scripts

This commit is contained in:
Nicolas Dextraze 2016-02-22 12:18:18 -08:00
parent ceae5f3d14
commit 67fa052672
2 changed files with 2 additions and 1 deletions

View File

@ -34,5 +34,6 @@ export GOPATH=~/go
# Note: this will ask for credentials
go get bitbucket.org/nicdex/adaptech-goes
cd $GOPATH/src/bitbucket.org/nicdex/adaptech-goes
chmod +x ./scripts/*
./scripts/install.sh
popd

View File

@ -8,4 +8,4 @@ cp -R scripts /opt/goes
# Reminders
echo Goes reminders:
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)'