mirror of
https://git.coolaj86.com/coolaj86/telebit.js.git
synced 2025-04-21 19:40:37 +00:00
chimney
This commit is contained in:
parent
6c6f9133e9
commit
4ae6942486
@ -17,7 +17,6 @@ module.exports.create = function (opts) {
|
||||
}
|
||||
, setPassword: function (service, name, key) {
|
||||
var f = path.join(opts.configDir, name + keyext);
|
||||
console.log('[DEBUG] set', f);
|
||||
return fs.writeFile(f, key, 'utf8');
|
||||
}
|
||||
, deletePassword: function (service, name) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user