Merge branch 'master' of github.com:wmantly/proxy into vagrant

This commit is contained in:
William Mantly 2020-04-11 22:44:54 -04:00
commit adfc7f5565

View File

@ -15,4 +15,5 @@ const client = require('../utils/redis');
await client.HDEL('host_'+host, 'username'); await client.HDEL('host_'+host, 'username');
await client.HDEL('host_'+host, 'updated'); await client.HDEL('host_'+host, 'updated');
} }
process.exit(0);
})() })()