libresh / libre.sh

Moved to https://lab.libreho.st/libre.sh/compose.libre.sh
GNU Affero General Public License v3.0
189 stars 22 forks source link

unbound variable LABEL #51

Closed michielbdejong closed 9 years ago

michielbdejong commented 9 years ago

Got a bit further now, it's installing both servers, then fails here:

We'll now modify your /etc/hosts to add the test application name
+ applications=(`cat $ROOT_DIR/SUPPORTED_APPLICATIONS`)
++ cat /home/michiel/indiehosters/indiepaas/scripts/../SUPPORTED_APPLICATIONS
+ for application in '"${applications[@]}"'
./scripts/start.sh: line 28: LABEL: unbound variable

I think that $LABEL should be $application.test on that line