mirror of
https://github.com/YunoHost-Apps/pihole_ynh.git
synced 2024-09-03 20:05:58 +02:00
17 lines
689 B
TOML
17 lines
689 B
TOML
[reset_default_setupvars]
|
|
name = "Reset the config file and restore a default one."
|
|
command = "/bin/bash scripts/actions/reset_default_config \"setupVars.conf\""
|
|
# user = "root" # optional
|
|
# cwd = "/" # optional
|
|
# accepted_return_codes = [0, 1, 2, 3] # optional
|
|
accepted_return_codes = [0]
|
|
description = "Reset the config file setupVars.conf."
|
|
|
|
[reset_default_ftl]
|
|
name = "Reset the config file and restore a default one."
|
|
command = "/bin/bash scripts/actions/reset_default_config \"pihole-FTL.conf\""
|
|
# user = "root" # optional
|
|
# cwd = "/" # optional
|
|
# accepted_return_codes = [0, 1, 2, 3] # optional
|
|
accepted_return_codes = [0]
|
|
description = "Reset the config file pihole-FTL.conf."
|