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
3ad08e95
Commit
3ad08e95
authored
Jul 25, 2016
by
Tim O'Brien
Browse files
Changed _stat exit code, added line return, added README link to wiki
parent
32fdc196
Changes
2
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
3ad08e95
...
@@ -32,6 +32,7 @@ Wiki: https://github.com/Neilpang/acme.sh/wiki
...
@@ -32,6 +32,7 @@ Wiki: https://github.com/Neilpang/acme.sh/wiki
|14|-----| Cloud Linux https://github.com/Neilpang/le/issues/111
|14|-----| Cloud Linux https://github.com/Neilpang/le/issues/111
|15|
[

](https://github.com/Neilpang/letest#here-are-the-latest-status)|OpenBSD
|15|
[

](https://github.com/Neilpang/letest#here-are-the-latest-status)|OpenBSD
|16|
[

](https://github.com/Neilpang/letest#here-are-the-latest-status)|Mageia
|16|
[

](https://github.com/Neilpang/letest#here-are-the-latest-status)|Mageia
|17|-----| OpenWRT: Tested and working. See
[
wiki page
](
https://github.com/Neilpang/acme.sh/wiki/How-to-run-on-OpenWRT
)
For all build statuses, check our
[
daily build project
](
https://github.com/Neilpang/acmetest
)
:
For all build statuses, check our
[
daily build project
](
https://github.com/Neilpang/acmetest
)
:
...
...
acme.sh
View file @
3ad08e95
...
@@ -549,7 +549,8 @@ _stat() {
...
@@ -549,7 +549,8 @@ _stat() {
if
stat
-f
'%Su:%Sg'
"
$1
"
2>/dev/null
;
then
if
stat
-f
'%Su:%Sg'
"
$1
"
2>/dev/null
;
then
return
return
fi
fi
return
3
;
#error, 'stat' not found
return
1
;
#error, 'stat' not found
}
}
#keyfile
#keyfile
...
...
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