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

eol handling!

parent 0a86932f
No related branches found
No related tags found
No related merge requests found
......@@ -8,7 +8,7 @@ function provision_dkim () {
function configure_dns () {
domain_key=`cat /data/domains/mail.indie.host/opendkim/keys/chailloux.info/mail.txt | cut -d\" -f2 | sed 's/\n//g' | sed 's/ //g' | sed 's/+/%2B/g' | sed 's/\//%2F/g'`
domain_key=`cat /data/domains/mail.indie.host/opendkim/keys/chailloux.info/mail.txt | cut -d\" -f2 | sed 'N;s/\n//g' | sed 's/ //g' | sed 's/+/%2B/g' | sed 's/\//%2F/g'`
info "Configuring DNS."
arguments="&Command=namecheap.domains.dns.setHosts\
&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