1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/friendica_ynh.git synced 2024-09-03 18:36:14 +02:00

Do not rewrite local config on upgrade

This commit is contained in:
Roman Kupriyanov 2021-07-21 18:35:16 +03:00 committed by GitHub
parent 02a0685000
commit ddf01c9d8e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -141,7 +141,7 @@ if [ "$upgrade_type" == "UPGRADE_APP" ]; then
fi
# Copy config file for correct place
ynh_add_config --template="../conf/local-sample.config.php" --destination="$final_path/config/local.config.php"
#ynh_add_config --template="../conf/local-sample.config.php" --destination="$final_path/config/local.config.php"
chmod 750 "$final_path"
chmod -R o-rwx "$final_path"