mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-03-03 02:21:33 +00:00
Fix setup script with new application YAML file
This commit is contained in:
@@ -43,7 +43,7 @@ npm install
|
||||
|
||||
# Set up configurable environment variables
|
||||
if [ ! -f config/application.yml ]; then
|
||||
cp config/application.yml.example config/application.yml
|
||||
cp config/application.example.yml config/application.yml
|
||||
printf "${YELLOW}Copied config/application.yml Make sure to fill it with the appropriate configuration values.\n\n${NO_COLOR}"
|
||||
fi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user