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