backup 490 B

12345678910111213141516171819
  1. #!/bin/bash
  2. # nothing to do...
  3. #=================================================
  4. # GENERIC START
  5. #=================================================
  6. # IMPORT GENERIC HELPERS
  7. #=================================================
  8. source _common.sh
  9. source /usr/share/yunohost/helpers
  10. #=================================================
  11. # MANAGE SCRIPT FAILURE
  12. #=================================================
  13. # Exit if an error occurs during the execution of the script
  14. ynh_abort_if_errors