diff --git a/scripts/bootstrap.sh b/scripts/bootstrap.sh index a679539..34d59c1 100644 --- a/scripts/bootstrap.sh +++ b/scripts/bootstrap.sh @@ -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 diff --git a/scripts/install.sh b/scripts/install.sh index dfb4b6f..86e6a77 100644 --- a/scripts/install.sh +++ b/scripts/install.sh @@ -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) \ No newline at end of file +echo '- Configure start script (/opt/goes/scripts/start.sh)' \ No newline at end of file