habitat-sh / on-prem-builder

Scripts to stand up an on-premise Habitat Builder Depot
Apache License 2.0
41 stars 34 forks source link

[install.sh] Remove typo causing hab install to fail #218

Closed gavindidrichsen closed 5 years ago

gavindidrichsen commented 5 years ago

Before this fix, the install.sh fails as follows (my debug added):

+ [[ 0 = 0 ]]
+ -E ./install-hab.sh
./install.sh: line 7: -E: command not found

After the fix, the installation of on-prem-builder succeeds showing:

root@myvm:/hab/builder/on-prem-builder# hab svc status
package                                        type        desired  state  elapsed (s)  pid    group
habitat/builder-memcached/7728/20180929144821  standalone  up       up     498          39864  builder-memcached.default
habitat/builder-api-proxy/8467/20190829194024  standalone  up       up     470          40240  builder-api-proxy.default
habitat/builder-api/8473/20190830141422        standalone  up       up     473          39960  builder-api.default
habitat/builder-minio/7764/20181006010221      standalone  up       up     498          39879  builder-minio.default
habitat/builder-datastore/7809/20181019215440  standalone  up       up     498          39899  builder-datastore.default
root@myvm:/hab/builder/on-prem-builder#