1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/adguardhome_ynh.git synced 2024-09-03 18:06:23 +02:00
adguardhome_ynh/actions.toml
2022-01-03 16:10:23 +01:00

8 lines
No EOL
308 B
TOML

[reset_default_config]
name = "Reset the AdguardHome config"
command = "/bin/bash scripts/actions/reset_default_config"
# user = "root" # optional
# cwd = "/" # optional
# accepted_return_codes = [0, 1, 2, 3] # optional
accepted_return_codes = [0]
description = "Reset the AdguardHome config for this app."