diff options
Diffstat (limited to 'assets/js')
-rw-r--r-- | assets/js/rootLantiq.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/assets/js/rootLantiq.js b/assets/js/rootLantiq.js index 36e6506..d68d314 100644 --- a/assets/js/rootLantiq.js +++ b/assets/js/rootLantiq.js @@ -41,7 +41,7 @@ async function waitFailbackShell(writer, reader, outputMsgCallback) { writer.write('f\n'); }, 10); - outputMsgCallback("Root in progress: Trigger characters received. Waiting for boot to end...",1); + outputMsgCallback("Root in progress: Trigger characters received. Waiting for boot to end..."); await delay(3000); clearInterval(interval); break; |