Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
Acme.Sh
Commits
3d49985a
Commit
3d49985a
authored
Mar 09, 2016
by
Fabian Grünbichler
Browse files
update _initconf proper " escaping
parent
5fd3f21b
Changes
1
Hide whitespace changes
Inline
Side-by-side
le.sh
View file @
3d49985a
...
@@ -1150,22 +1150,22 @@ _initconf() {
...
@@ -1150,22 +1150,22 @@ _initconf() {
#######################
#######################
#Cloudflare:
#Cloudflare:
#api key
#api key
#CF_Key="
sdfsdfsdfljlbjkljlkjsdfoiwje
"
#CF_Key=
\
"
sdfsdfsdfljlbjkljlkjsdfoiwje
\
"
#account email
#account email
#CF_Email="
xxxx@sss.com
"
#CF_Email=
\
"
xxxx@sss.com
\
"
#######################
#######################
#Dnspod.cn:
#Dnspod.cn:
#api key id
#api key id
#DP_Id="
1234
"
#DP_Id=
\
"
1234
\
"
#api key
#api key
#DP_Key="
sADDsdasdgdsf
"
#DP_Key=
\
"
sADDsdasdgdsf
\
"
#######################
#######################
#Cloudxns.com:
#Cloudxns.com:
#CX_Key="
1234
"
#CX_Key=
\
"
1234
\
"
#
#
#CX_Secret="
sADDsdasdgdsf
"
#CX_Secret=
\
"
sADDsdasdgdsf
\
"
"
>
$ACCOUNT_CONF_PATH
"
>
$ACCOUNT_CONF_PATH
fi
fi
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment