From 781e54d1b68d2b2fa39d72561c902494f7078a4e Mon Sep 17 00:00:00 2001 From: Michele Marcucci Date: Thu, 11 Aug 2022 09:44:57 +0200 Subject: [PATCH] Fix FUT-12 --- src/utils.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utils.js b/src/utils.js index 709fd34..8818a70 100644 --- a/src/utils.js +++ b/src/utils.js @@ -18,7 +18,7 @@ module.exports.auth = { }, changeSystemPassword (password) { - exec(`echo "futurebit:${password}" | sudo chpasswd`) + exec(`echo 'futurebit:${password}' | sudo chpasswd`) }, async changeNodeRpcPassword () {