bin: should ignore "behaviours" in minimal mode

This commit is contained in:
Micooz 2017-08-28 16:53:58 +08:00
parent dafdfc39e9
commit 98d6599de1
No known key found for this signature in database
GPG Key ID: 002FB5DD584D6CB1

@ -75,6 +75,7 @@ module.exports = function init({isMinimal}) {
if (isMinimal) {
delete clientJson.servers[0].transport;
delete clientJson.servers[0].tls_cert;
delete clientJson.behaviours;
delete clientJson.dns;
delete clientJson.dns_expire;
delete clientJson.timeout;