opengisch / qfieldcloud

QFieldCloud allows seamless synchronization of your field data with your spatial infrastructure with change tracking, team management and online-offline work capabilities in QField.

Home Page:https://qfield.cloud

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Quote Variables in .env

stcz opened this issue · comments

commented

Declared Variables should be quoted in .env.example as it is best practice.

Problem:

E.g.:

GEODB_PASSWORD=KUAa7h!G&wQEmkS3

(see here)

When the string is interpreted as in ./scripts/init_letsencrypt.sh the & will terminate the command and lead to fail.

It would be better to quote all variables with '.

Fixed in #846 .