1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/pleroma_ynh.git synced 2024-09-03 20:15:59 +02:00

Fix upgrade full_replace

This commit is contained in:
Salamandar 2024-01-13 13:09:43 +01:00
parent 56c0378606
commit bfdf5288f7

View file

@ -94,7 +94,7 @@ ynh_replace_string --target_file="$config" \
#=================================================
ynh_script_progression --message="Upgrading source files..." --weight=1
ynh_setup_source --dest_dir="$install_dir/live" --full_replace
ynh_setup_source --dest_dir="$install_dir/live" --full_replace=1
chown -R "$app:$app" "$install_dir"