1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/mumble-web_ynh.git synced 2024-09-03 19:46:16 +02:00

Fix upgrade full_replace

This commit is contained in:
Salamandar 2024-01-13 13:08:46 +01:00
parent fd28797416
commit 7d11014e58

View file

@ -30,7 +30,7 @@ ynh_use_nodejs
ynh_script_progression --message="Upgrading source files..." --weight=1 ynh_script_progression --message="Upgrading source files..." --weight=1
# Download, check integrity, uncompress and patch the source from app.src # Download, check integrity, uncompress and patch the source from app.src
ynh_setup_source --dest_dir="$install_dir" --full_replace --keep="dist/config.local.js" ynh_setup_source --dest_dir="$install_dir" --full_replace=1 --keep="dist/config.local.js"
chmod -R o-rwx "$install_dir" chmod -R o-rwx "$install_dir"
chown -R "$app:www-data" "$install_dir" chown -R "$app:www-data" "$install_dir"