actions.toml 689 B

1234567891011121314151617
  1. [reset_default_setupvars]
  2. name = "Reset the config file and restore a default one."
  3. command = "/bin/bash scripts/actions/reset_default_config \"setupVars.conf\""
  4. # user = "root" # optional
  5. # cwd = "/" # optional
  6. # accepted_return_codes = [0, 1, 2, 3] # optional
  7. accepted_return_codes = [0]
  8. description = "Reset the config file setupVars.conf."
  9. [reset_default_ftl]
  10. name = "Reset the config file and restore a default one."
  11. command = "/bin/bash scripts/actions/reset_default_config \"pihole-FTL.conf\""
  12. # user = "root" # optional
  13. # cwd = "/" # optional
  14. # accepted_return_codes = [0, 1, 2, 3] # optional
  15. accepted_return_codes = [0]
  16. description = "Reset the config file pihole-FTL.conf."