trackit / trackit2-home

TrackIt helps you to optimize your AWS cloud
https://trackit.io/
Apache License 2.0
48 stars 8 forks source link

start.sh script doesn't test return values #59

Closed lfrancois closed 6 years ago

lfrancois commented 6 years ago

Hi @zanchi-r !

Your startup.sh doesn't test if it goes well or not before to say it. Can you fix it please?

./trackit2/scripts/awsenv default docker-compose up -d
echo "===> installation completed, TrackIt is now running on port 80"

Also trying to understand why you need aws-cli. Can you clarify please?

zanchi-r commented 6 years ago

Hi,

docker-compose always returns 0, so I had to come up with a workaround. This is implemented in commit 7648983927bc099e11aa344bc57d483d7702f260

Closing this issue.