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
611f6877
Commit
611f6877
authored
Jan 30, 2016
by
neil
Browse files
dnsapi folder
parent
b4a156da
Changes
1
Show whitespace changes
Inline
Side-by-side
le.sh
View file @
611f6877
...
@@ -627,7 +627,12 @@ issue() {
...
@@ -627,7 +627,12 @@ issue() {
d_api="$WORKING_DIR/$Le_Webroot"
d_api="$WORKING_DIR/$Le_Webroot"
elif [ -f "$WORKING_DIR/$Le_Webroot.sh" ] ; then
elif [ -f "$WORKING_DIR/$Le_Webroot.sh" ] ; then
d_api="$WORKING_DIR/$Le_Webroot.sh"
d_api="$WORKING_DIR/$Le_Webroot.sh"
elif [ -f "$WORKING_DIR/dnsapi/$Le_Webroot" ] ; then
d_api="$WORKING_DIR/dnsapi/$Le_Webroot"
elif [ -f "$WORKING_DIR/dnsapi/$Le_Webroot.sh" ] ; then
d_api="$WORKING_DIR/dnsapi/$Le_Webroot.sh"
fi
fi
_debug d_api "$d_api"
if [ "$d_api" ]; then
if [ "$d_api" ]; then
_info "Found domain api file: $d_api"
_info "Found domain api file: $d_api"
...
...
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