Skip to content
Snippets Groups Projects
Commit ab16264a authored by Pierre Ozoux's avatar Pierre Ozoux
Browse files

Correct way of sending + signs, fixes #115

parent f0ad6bb8
No related branches found
No related tags found
No related merge requests found
...@@ -8,7 +8,7 @@ function provision_dkim () { ...@@ -8,7 +8,7 @@ function provision_dkim () {
function configure_dns () { function configure_dns () {
domain_key=`cat /data/domains/mail.indie.host/opendkim/keys/${arg_u}/mail.txt | cut -d\" -f2 | sed 'N;s/\n//g' | sed 's/ //g'` domain_key=`cat /data/domains/mail.indie.host/opendkim/keys/${arg_u}/mail.txt | cut -d\" -f2 | sed 'N;s/\n//g' | sed 's/ //g'%2B`
info "Configuring DNS." info "Configuring DNS."
arguments="&Command=namecheap.domains.dns.setHosts\ arguments="&Command=namecheap.domains.dns.setHosts\
&DomainName=${arg_u}\ &DomainName=${arg_u}\
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment