mirror of
https://github.com/srlabs/blue-merle.git
synced 2025-01-02 19:10:49 -05:00
web: try calling random-imei
It fails from the "SIM Swap" button, I don't know yet, why.
This commit is contained in:
parent
fa8e630714
commit
580d456ed1
@ -161,7 +161,7 @@ function handleConfig(ev)
|
||||
_('Waiting for the <em>%h</em> command to complete…').format(cmd))
|
||||
]);
|
||||
|
||||
var argv = ["shred"];
|
||||
var argv = ["random-imei"];
|
||||
console.log("Calling ", cmd, argv);
|
||||
// FIXME: Investigate whether we should be using fs.exec()
|
||||
fs.exec_direct(cmd, argv, 'text').then(function(res) {
|
||||
|
Loading…
Reference in New Issue
Block a user