Allow setup to be run again as long as not-activated

this is useful if the activation fails somewhere mid-way and we don't
need to re-setup the cloudron all over
This commit is contained in:
Girish Ramakrishnan
2018-12-07 14:35:04 -08:00
parent 331c8ae247
commit 8d944f9a4a
6 changed files with 95 additions and 45 deletions

View File

@@ -8,8 +8,7 @@ exports = module.exports = {
getAll: getAll,
update: update,
del: del,
_clear: clear
clear: clear
};
var assert = require('assert'),