to squash: Adapt to helpers v2.1

Co-authored-by: eric_G <46165813+ericgaspar@users.noreply.github.com>
This commit is contained in:
Salamandar 2024-09-03 13:27:01 +02:00 committed by GitHub
parent 8354fa9d1d
commit 37f79cbbc5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -67,7 +67,7 @@ ynh_script_progression --message="Upgrading source files..." --weight=1
### You can list with --keep every file/directory to *not* wipe or overwrite,
### useful for configuration files, data directories, or plugins.
# Download, check integrity, uncompress and patch the source from manifest.toml
ynh_setup_source --dest_dir="$install_dir" --full_replace=1 --keep=".env data"
ynh_setup_source --dest_dir="$install_dir" --full_replace --keep=".env data"
### $install_dir will automatically be initialized with some decent
### permissions by default ... however, you may need to recursively reapply