Fix FUT-12

This commit is contained in:
Michele Marcucci 2022-08-11 09:44:57 +02:00
parent 14a63e726f
commit 781e54d1b6

View File

@ -18,7 +18,7 @@ module.exports.auth = {
}, },
changeSystemPassword (password) { changeSystemPassword (password) {
exec(`echo "futurebit:${password}" | sudo chpasswd`) exec(`echo 'futurebit:${password}' | sudo chpasswd`)
}, },
async changeNodeRpcPassword () { async changeNodeRpcPassword () {