1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/jenkins_ynh.git synced 2024-09-03 19:26:18 +02:00
This commit is contained in:
yalh76 2022-03-08 02:27:03 +01:00
parent 5b44032ae6
commit f35fd235fb

View file

@ -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
#=================================================