mirror of
https://github.com/YunoHost-Apps/invoiceninja5_ynh.git
synced 2024-09-03 19:26:23 +02:00
Merge pull request #253 from YunoHost-Apps/fix_storage
fix not syncing files during upgrade
This commit is contained in:
commit
75adc6e1c1
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ then
|
|||
ynh_script_progression --message="Upgrading source files..." --weight=1
|
||||
|
||||
# Download, check integrity, uncompress and patch the source from app.src
|
||||
ynh_setup_source --dest_dir="$install_dir" --full_replace=1 --keep=".env"
|
||||
ynh_setup_source --dest_dir="$install_dir" --full_replace=1 --keep=".env public/storage"
|
||||
fi
|
||||
|
||||
chmod -R o-rwx "$install_dir"
|
||||
|
|
Loading…
Reference in a new issue