1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/peertube_ynh.git synced 2024-09-03 19:56:29 +02:00

Merge pull request #227 from YunoHost-Apps/testing

Do not update local-production.json during upgrade
This commit is contained in:
yalh76 2021-04-24 19:17:41 +02:00 committed by GitHub
commit e0d9c4e866
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -230,8 +230,6 @@ ynh_add_config --template="../conf/production.yaml" --destination="$final_path/c
chmod 400 "$final_path/config/production.yaml" chmod 400 "$final_path/config/production.yaml"
chown $app:$app "$final_path/config/production.yaml" chown $app:$app "$final_path/config/production.yaml"
ynh_add_config --template="../conf/local-production.json" --destination="$final_path/config/local-production.json"
chmod 400 "$final_path/config/local-production.json" chmod 400 "$final_path/config/local-production.json"
chown $app:$app "$final_path/config/local-production.json" chown $app:$app "$final_path/config/local-production.json"