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