Commit 6b3d6d52 authored by Bjarne Saltbaek's avatar Bjarne Saltbaek
Browse files

First jq rework - 5. redo

parent cb89ee39
...@@ -24,6 +24,7 @@ dns_cpanel_add() { ...@@ -24,6 +24,7 @@ dns_cpanel_add() {
_debug cPanel_Apitoken "$cPanel_Apitoken" _debug cPanel_Apitoken "$cPanel_Apitoken"
_debug cPanel_Hostname "$cPanel_Hostname" _debug cPanel_Hostname "$cPanel_Hostname"
if ! _cpanel_login; then if ! _cpanel_login; then
_err "cPanel Login failed for user $cPanel_Username. Check $HTTP_HEADER file" _err "cPanel Login failed for user $cPanel_Username. Check $HTTP_HEADER file"
return 1 return 1
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment