shopware / paas

PaaS template based on production template
MIT License
10 stars 14 forks source link

Check if fastly command is available #11

Closed jdambacher closed 1 year ago

jdambacher commented 1 year ago

Please describe the feature you would like to see implemented.

When installing fastly via setup-fastly.sh, the command will fail if /tmp/fastly already exists, but the fastly command (/tmp/fastly/fastly) is missing.

There should be a check if /tmp/fastly/fastly exists, otherwise it should re-install fastly again.