Skip to content

Commit

Permalink
* (Apollon77) Fix port checks, fixes #28, fixes #27
Browse files Browse the repository at this point in the history
  • Loading branch information
Apollon77 committed Mar 10, 2021
1 parent 549d5c6 commit d7a478a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ Some kind of WAF/proxy/entry Server should be put before ioBroker. (e.g. nginx i

## Changelog

### __WORK IN PROGRESS__
* (Apollon77) Fix port checks

### 1.0.2 (2021-03-09)
* (Apollon77) optimize stop handling to really end the server

Expand Down
1 change: 1 addition & 0 deletions geofency.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ function main() {
if (adapter.config.activate_server !== undefined) activate_server = adapter.config.activate_server;
else activate_server = true;
if (activate_server) {
adapter.config.port = parseInt(adapter.config.port, 10);
if (adapter.config.ssl) {
// subscribe on changes of permissions
adapter.subscribeForeignObjects('system.group.*');
Expand Down

0 comments on commit d7a478a

Please sign in to comment.