mirror of
https://github.com/YunoHost-Apps/adguardhome_ynh.git
synced 2024-09-03 18:06:23 +02:00
8 lines
No EOL
308 B
TOML
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." |