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

Full_replace=1 in upgrade

This commit is contained in:
Salamandar 2024-07-13 13:31:38 +02:00
parent 6963e2faef
commit 259c07b425

View file

@ -82,7 +82,7 @@ ynh_exec_warn_less ynh_install_nodejs --nodejs_version=$nodejs_version
ynh_script_progression --message="Upgrading source files..." --weight=1
# Download Mastodon
ynh_setup_source --dest_dir="$install_dir/live" --keep="public/system/"
ynh_setup_source --dest_dir="$install_dir/live" --full_replace=1 --keep="public/system/"
chmod -R o-rwx "$install_dir"
chown -R "$app:www-data" "$install_dir"