1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/pleroma_ynh.git synced 2024-09-03 20:15:59 +02:00

We recommend to *not* use 'ynh_script_progression' in backup scripts

This commit is contained in:
yalh76 2020-12-22 21:34:33 +01:00
parent ade89203b6
commit 2a069a0851

View file

@ -79,7 +79,7 @@ ynh_psql_dump_db --database="$db_name" > db.sql
#=================================================
# BACKUP THE DATA DIRECTORY
#=================================================
ynh_script_progression --message="Backing up data directory..."
ynh_print_info --message="Backing up data directory..."
ynh_backup --src_path="$datadir" --is_big