mirror of
https://github.com/Retropex/apolloapi-v2.git
synced 2025-06-02 23:42:30 +02:00
Fix FUT-12
This commit is contained in:
parent
14a63e726f
commit
781e54d1b6
@ -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 () {
|
||||||
|
Loading…
Reference in New Issue
Block a user