mirror of
https://github.com/YunoHost-Apps/2FAuth_ynh.git
synced 2024-09-03 20:36:18 +02:00
Merge pull request #73 from CodeShakingSheep/keep-user-icons
Keep user icons
This commit is contained in:
commit
47a1bc0405
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@ then
|
|||
ynh_script_progression --message="Upgrading source files..." --weight=3
|
||||
|
||||
# Download, check integrity, uncompress and patch the source from app.src
|
||||
ynh_setup_source --dest_dir="$install_dir" --full_replace=1 --keep="storage .env"
|
||||
ynh_setup_source --dest_dir="$install_dir" --full_replace=1 --keep="public/storage storage .env"
|
||||
fi
|
||||
|
||||
chmod -R o-rwx "$install_dir"
|
||||
|
|
Loading…
Reference in a new issue