mirror of
https://github.com/YunoHost-Apps/overleaf_ynh.git
synced 2024-09-03 19:56:27 +02:00
fix file manually edited
This commit is contained in:
parent
374db7ec39
commit
18a030caca
1 changed files with 1 additions and 0 deletions
|
@ -144,6 +144,7 @@ cp -r "$install_dir/build/patches/" "$install_dir/live/patches/"
|
|||
cp -r "$install_dir/build/server-ce/config" "$install_dir/config/"
|
||||
ynh_secure_remove --file="$install_dir/config/settings.js"
|
||||
ynh_secure_remove --file="$install_dir/config/production.json"
|
||||
ynh_secure_remove --file="$install_dir/live/services/history-v1/config/production.json"
|
||||
|
||||
ynh_add_config --template="../conf/production.json" --destination="$install_dir/config/production.json"
|
||||
ynh_add_config --template="../conf/production.json" --destination="$install_dir/live/services/history-v1/config/production.json"
|
||||
|
|
Loading…
Reference in a new issue