mirror of
https://github.com/YunoHost-Apps/soapbox_ynh.git
synced 2024-09-03 20:26:11 +02:00
Fix upgrade full_replace
This commit is contained in:
parent
2160aa3f20
commit
83fdf4cd9f
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ ynh_script_progression --message="Ensuring downward compatibility..." --weight=1
|
|||
ynh_script_progression --message="Upgrading source files..."
|
||||
|
||||
# Download, check integrity, uncompress and patch the source from app.src
|
||||
ynh_setup_source --dest_dir="$install_dir" --full_replace --keep="instance"
|
||||
ynh_setup_source --dest_dir="$install_dir" --full_replace=1 --keep="instance"
|
||||
|
||||
chmod o-rwx "$install_dir"
|
||||
chown -R $app:www-data "$install_dir"
|
||||
|
|
Loading…
Reference in a new issue