Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ruanhaishen
Acme.Sh
Commits
fa574fe8
Commit
fa574fe8
authored
Nov 16, 2016
by
neilpang
Browse files
fix shfmt
parent
9a6e18ce
Changes
3
Show whitespace changes
Inline
Side-by-side
.travis.yml
View file @
fa574fe8
...
@@ -15,10 +15,10 @@ addons:
...
@@ -15,10 +15,10 @@ addons:
script
:
script
:
-
curl -sSL $SHFMT_URL -o ~/shfmt
-
curl -sSL $SHFMT_URL -o ~/shfmt
-
chmod +x ~/shfmt
-
chmod +x ~/shfmt
-
shellcheck -V
-
shellcheck -e SC2021,SC2126,SC2034 **/*.sh && echo "shellcheck OK"
-
~/shfmt -l -w -i 2 .
-
~/shfmt -l -w -i 2 .
-
git diff --exit-code && echo "shfmt OK"
-
git diff --exit-code && echo "shfmt OK"
-
shellcheck -V
-
shellcheck -e SC2021,SC2126,SC2034 **/*.sh && echo "shellcheck OK"
-
cd ..
-
cd ..
-
curl -sSL https://bin.equinox.io/c/4VmDzA7iaHb/ngrok-stable-linux-amd64.zip -o ngrok-stable-linux-amd64.zip && unzip ngrok-stable-linux-amd64.zip && export NGROK_BIN="$(pwd)/ngrok"
-
curl -sSL https://bin.equinox.io/c/4VmDzA7iaHb/ngrok-stable-linux-amd64.zip -o ngrok-stable-linux-amd64.zip && unzip ngrok-stable-linux-amd64.zip && export NGROK_BIN="$(pwd)/ngrok"
-
git clone https://github.com/Neilpang/acmetest.git && cp -r acme.sh acmetest/ && cd acmetest
-
git clone https://github.com/Neilpang/acmetest.git && cp -r acme.sh acmetest/ && cd acmetest
...
...
acme.sh
View file @
fa574fe8
...
@@ -1325,7 +1325,7 @@ _clear_conf() {
...
@@ -1325,7 +1325,7 @@ _clear_conf() {
_sdkey
=
"
$2
"
_sdkey
=
"
$2
"
if
[
"
$_c_c_f
"
]
;
then
if
[
"
$_c_c_f
"
]
;
then
_conf_data
=
"
$(
cat
"
$_c_c_f
"
)
"
_conf_data
=
"
$(
cat
"
$_c_c_f
"
)
"
echo
"
$_conf_data
"
|
sed
"s/^
$_sdkey
*=.*
$/
/"
>
"
$_c_c_f
"
echo
"
$_conf_data
"
|
sed
"s/^
$_sdkey
*=.*
$/
/"
>
"
$_c_c_f
"
else
else
_err
"config file is empty, can not clear"
_err
"config file is empty, can not clear"
fi
fi
...
@@ -1427,7 +1427,7 @@ _startserver() {
...
@@ -1427,7 +1427,7 @@ _startserver() {
_exec_err
_exec_err
return
1
return
1
fi
fi
if
[
"
$DEBUG
"
]
;
then
if
[
"
$DEBUG
"
]
;
then
_exec_err
_exec_err
fi
fi
return
return
...
@@ -1443,7 +1443,7 @@ _startserver() {
...
@@ -1443,7 +1443,7 @@ _startserver() {
_exec_err
_exec_err
exit
1
exit
1
fi
fi
if
[
"
$DEBUG
"
]
;
then
if
[
"
$DEBUG
"
]
;
then
_exec_err
_exec_err
fi
fi
# done
# done
...
...
dnsapi/dns_nsupdate.sh
View file @
fa574fe8
#!/usr/bin/env sh
#!/usr/bin/env sh
######## Public functions #####################
######## Public functions #####################
#Usage: dns_nsupdate_add _acme-challenge.www.domain.com "XKrxpRBosdIKFzxW_CT3KLZNf6q0HG9i01zxXp5CPBs"
#Usage: dns_nsupdate_add _acme-challenge.www.domain.com "XKrxpRBosdIKFzxW_CT3KLZNf6q0HG9i01zxXp5CPBs"
...
...
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