Remove developerMode from update provisioning data

Finally fixes #442
This commit is contained in:
Johannes Zellner
2015-07-23 13:31:37 +02:00
parent db6d6d565f
commit f36616abbb
3 changed files with 2 additions and 9 deletions

View File

@@ -490,8 +490,7 @@ function doUpdate(boxUpdateInfo, callback) {
tlsKey: fs.readFileSync(path.join(paths.NGINX_CERT_DIR, 'host.key'), 'utf8'),
isCustomDomain: config.isCustomDomain(),
restoreUrl: null,
restoreKey: null,
developerMode: false // TODO we now use settingsdb to store that, remove later, check argparser.sh!!
restoreKey: null
}
};