Fix ddclient extraConfig

The the extraConfig variable is added below the domain variable in the ddclient config file. The domain variable should always be last.
This commit is contained in:
Lasse Blaauwbroek 2018-04-18 01:00:25 +02:00 committed by GitHub
parent 5cfeb46791
commit ba0ba6dc79
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -20,8 +20,8 @@ let
wildcard=YES
quiet=${boolToStr cfg.quiet}
verbose=${boolToStr cfg.verbose}
${cfg.domain}
${cfg.extraConfig}
${cfg.domain}
'';
in