mirror of
https://github.com/YunoHost-Apps/adguardhome_ynh.git
synced 2024-09-03 18:06:23 +02:00
typo & better phrasing
This commit is contained in:
parent
3718369156
commit
0806bc5a2c
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ fi
|
||||||
# AGH modifies by itself the config file when an user modifies it using the front-end
|
# AGH modifies by itself the config file when an user modifies it using the front-end
|
||||||
# so if we're using 'ynh_add_config' to process the config file, each
|
# so if we're using 'ynh_add_config' to process the config file, each
|
||||||
# regeneration of the config would break the user's changes :/ (yeah ik...)
|
# regeneration of the config would break the user's changes :/ (yeah ik...)
|
||||||
# maybe one day use python3 -c "import yaml" in placeof this shit, but not today
|
# maybe one day we'll use python3 -c "import yaml" in place of this shit, but not today
|
||||||
|
|
||||||
# fill the 'tls:' section of the AGH configuration if necessary
|
# fill the 'tls:' section of the AGH configuration if necessary
|
||||||
if grep -q "certificate_path: \"\"" "$install_dir/AdGuardHome.yaml" || grep -q "private_key_path: \"\"" "$install_dir/AdGuardHome.yaml" || grep -q "server_name: \"\"" "$install_dir/AdGuardHome.yaml"; then
|
if grep -q "certificate_path: \"\"" "$install_dir/AdGuardHome.yaml" || grep -q "private_key_path: \"\"" "$install_dir/AdGuardHome.yaml" || grep -q "server_name: \"\"" "$install_dir/AdGuardHome.yaml"; then
|
||||||
|
|
Loading…
Add table
Reference in a new issue