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
73b8b120
Commit
73b8b120
authored
Mar 31, 2016
by
neil
Browse files
use domain api in sub shell.
parent
6839de66
Changes
1
Hide whitespace changes
Inline
Side-by-side
le.sh
View file @
73b8b120
...
...
@@ -1040,20 +1040,26 @@ issue() {
_err
"so the resulting subdomain will be:
$txtdomain
"
continue
fi
if
!
source
$d_api
;
then
_err
"Load file
$d_api
error. Please check your api file and try again."
return
1
fi
addcommand
=
"
$Le_Webroot
-add"
if
!
command
-v
$addcommand
;
then
_err
"It seems that your api file is not correct, it must have a function named:
$addcommand
"
return
1
fi
(
if
!
source
$d_api
;
then
_err
"Load file
$d_api
error. Please check your api file and try again."
return
1
fi
addcommand
=
"
$Le_Webroot
-add"
if
!
command
-v
$addcommand
;
then
_err
"It seems that your api file is not correct, it must have a function named:
$addcommand
"
return
1
fi
if
!
$addcommand
$txtdomain
$txt
;
then
_err
"Error add txt for domain:
$txtdomain
"
return
1
fi
)
if
!
$addcommand
$txtdomain
$txt
;
then
_err
"Error add txt for domain:
$txtdomain
"
if
[[
"
$?
"
!=
"0"
]]
;
then
return
1
fi
dnsadded
=
'1'
...
...
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