after_hash=\$(node --input-type=module -e ' import crypto from \"node:crypto\"; import fs from \"node:fs\"; import os from \"node:os\"; import path from \"node:path\";
const file = path.join(os.homedir(), \".openclaw\", \"openclaw.json\");
process.stdout.write(crypto.createHash(\"sha256\").update(fs.readFileSync(file)).digest(\"hex\")); ')
if [ \"\$before_hash\" != \"\$after_hash\" ]; then echo \"Config changed unexpectedly\" cat /tmp/plugin-update-output.log
exit 1 fi if grep -q 'Downloading @example/lossless-claw' /tmp/plugin-update-output.log; then echo \"Unexpected npm download/reinstall path\" cat /tmp/plugin-update-output.log
exit 1 fi if ! grep -q 'lossless-claw is up to date (0.9.0).' /tmp/plugin-update-output.log; then echo \"Expected up-to-date output missing\" cat /tmp/plugin-update-output.log
exit 1 fi cat /tmp/plugin-update-output.log "
echo"Plugin update unchanged Docker E2E passed."
Messung V0.5 in Prozent
¤ Dauer der Verarbeitung: 0.36 Sekunden
(vorverarbeitet am 2026-04-27)
¤
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.