1
0
Fork 0
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:
Salamandar 2024-01-13 13:10:16 +01:00
parent 2160aa3f20
commit 83fdf4cd9f

View file

@ -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"