1
0
Fork 0
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:
eric_G 2024-06-10 18:54:17 +02:00 committed by GitHub
commit 47a1bc0405
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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"