1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/pgadmin_ynh.git synced 2024-09-03 19:56:38 +02:00

Remove --is-big flag for backup script

This commit is contained in:
Josué Tille 2019-06-09 21:26:20 +02:00
parent 4c3db1ed7d
commit 31bd53af85
No known key found for this signature in database
GPG key ID: D5E068C6DFA8681D

View file

@ -26,7 +26,7 @@ db_name=$(ynh_app_setting_get --app $app --key db_name)
# BACKUP THE APP MAIN DIR
ynh_script_progression --message="Backing up the main app directory..."
ynh_backup --src_path "$final_path" --is_big
ynh_backup --src_path "$final_path"
# Backup config
ynh_script_progression --message="Backing configuration..."