Update host_1.js
This commit is contained in:
parent
94b21f7d4c
commit
3c65ae77b7
@ -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);
|
||||||
})()
|
})()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user