File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 1
- 2.11.0
1
+ 2.11.1
Original file line number Diff line number Diff line change 1
1
<p align =" center " >
2
2
<img src="https://nginxproxymanager.com/github.png">
3
3
<br><br>
4
- <img src="https://img.shields.io/badge/version-2.11.0 -green.svg?style=for-the-badge">
4
+ <img src="https://img.shields.io/badge/version-2.11.1 -green.svg?style=for-the-badge">
5
5
<a href="https://hub.docker.com/repository/docker/jc21/nginx-proxy-manager">
6
6
<img src="https://img.shields.io/docker/stars/jc21/nginx-proxy-manager.svg?style=for-the-badge">
7
7
</a>
Original file line number Diff line number Diff line change @@ -16,6 +16,7 @@ const certbot = {
16
16
17
17
return new Promise ( ( resolve , reject ) => {
18
18
if ( pluginKeys . length === 0 ) {
19
+ resolve ( ) ;
19
20
return ;
20
21
}
21
22
You can’t perform that action at this time.
0 commit comments