mirror of
https://github.com/YunoHost-Apps/overleaf_ynh.git
synced 2024-09-03 19:56:27 +02:00
set variable from common.sh
This commit is contained in:
parent
150d4294dd
commit
d2d5fabb2d
1 changed files with 1 additions and 3 deletions
|
@ -111,9 +111,7 @@ cp -r "$install_dir/build/libraries/" "$install_dir/live/libraries/"
|
||||||
cp -r "$install_dir/build/services/" "$install_dir/live/services/"
|
cp -r "$install_dir/build/services/" "$install_dir/live/services/"
|
||||||
cp -r "$install_dir/build/patches/" "$install_dir/live/patches/"
|
cp -r "$install_dir/build/patches/" "$install_dir/live/patches/"
|
||||||
|
|
||||||
ynh_secure_remove --file="$install_dir/config/"
|
ynh_add_config --template="../conf/production.json" --destination="$JSON_FILE"
|
||||||
ynh_secure_remove --file="$install_dir/live/services/history-v1/config/"
|
|
||||||
ynh_add_config --template="../conf/production.json" --destination="$install_dir/build/server-ce/config/production.json"
|
|
||||||
cp -r "$install_dir/build/server-ce/config/" "$install_dir/config/"
|
cp -r "$install_dir/build/server-ce/config/" "$install_dir/config/"
|
||||||
cp -r "$install_dir/build/server-ce/config/" "$install_dir/live/services/history-v1/config/"
|
cp -r "$install_dir/build/server-ce/config/" "$install_dir/live/services/history-v1/config/"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue