mirror of
https://github.com/YunoHost-Apps/misskey_ynh.git
synced 2024-09-03 19:46:03 +02:00
Full_replace=1 in upgrade
This commit is contained in:
parent
50a0a8c857
commit
97515c70f1
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ ynh_install_nodejs --nodejs_version=$NODEJS_VERSION
|
|||
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" --keep=".config/default.yml"
|
||||
ynh_setup_source --dest_dir="$install_dir" --full_replace=1 --keep=".config/default.yml"
|
||||
|
||||
chmod -R o-rwx "$install_dir"
|
||||
chown -R "$app:www-data" "$install_dir"
|
||||
|
|
Loading…
Add table
Reference in a new issue