[update] Prevent new version if no change

This commit is contained in:
Bruno SIMON
2016-09-16 19:00:18 +02:00
parent b7264eaaf5
commit 42dff9255b
4 changed files with 16 additions and 8 deletions
+1 -1
View File
@@ -38,7 +38,7 @@ class App
_options.domain = ip.address()
if( typeof _options.port === 'undefined' )
_options.port = 3000
_options.port = 1571
// Save
this.options = _options