Skip to content

Commit

Permalink
Update error message to reflect that curl is always used
Browse files Browse the repository at this point in the history
  • Loading branch information
rrthomas committed Jul 10, 2023
1 parent aaeac87 commit a0f3d14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ddclient.in
Original file line number Diff line number Diff line change
Expand Up @@ -2502,7 +2502,7 @@ sub curl_cmd {
67 => "The user name, password, or similar was not accepted and curl failed to log in.",
77 => "Problem with reading the SSL CA cert (path? access rights?).",
78 => "The resource referenced in the URL does not exist.",
127 => "You requested network access with curl but $system_curl was not found",
127 => "$system_curl was not found",
);

debug("CURL: %s", $system_curl);
Expand Down

0 comments on commit a0f3d14

Please sign in to comment.