diff --git a/scripts/backup b/scripts/backup index 741e2ae..6e88481 100644 --- a/scripts/backup +++ b/scripts/backup @@ -39,7 +39,7 @@ ynh_print_info --message="Declaring files to be backed up..." # BACKUP THE APP MAIN DIR #================================================= -touch "$final_path/var/lib/jenkins/queue.xml" +touch "$final_path/queue.xml" ynh_backup --src_path="$final_path" --not_mandatory #=================================================