mirror of
https://github.com/YunoHost-Apps/overleaf_ynh.git
synced 2024-09-03 19:56:27 +02:00
Update install
This commit is contained in:
parent
72437f8d76
commit
0270f95350
1 changed files with 3 additions and 4 deletions
|
@ -108,13 +108,12 @@ cp "$install_dir/build/package-lock.json" "$install_dir/live/package-lock.json"
|
|||
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/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_add_config --template="../conf/production.json" --destination="$install_dir/build/server-ce/config/production.json"
|
||||
ynh_add_config --template="../conf/production.json" --destination="$install_dir/live/services/history-v1/config/production.json"
|
||||
cp "$install_dir/build/server-ce/config/custom-environment-variables.json" "$install_dir/live/services/history-v1/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/"
|
||||
|
||||
ynh_secure_remove --file="$install_dir/config/settings.js"
|
||||
ynh_secure_remove --file="$install_dir/build"
|
||||
|
||||
ynh_script_progression --message="Building app..."
|
||||
|
|
Loading…
Reference in a new issue