mirror of
https://github.com/Retropex/apolloapi-v2.git
synced 2025-05-28 21:12:37 +02:00
Fix FUT-12
This commit is contained in:
parent
14a63e726f
commit
781e54d1b6
@ -18,7 +18,7 @@ module.exports.auth = {
|
||||
},
|
||||
|
||||
changeSystemPassword (password) {
|
||||
exec(`echo "futurebit:${password}" | sudo chpasswd`)
|
||||
exec(`echo 'futurebit:${password}' | sudo chpasswd`)
|
||||
},
|
||||
|
||||
async changeNodeRpcPassword () {
|
||||
|
Loading…
Reference in New Issue
Block a user