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:
parent
02a0685000
commit
ddf01c9d8e
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue