MCPcopy Create free account
hub / github.com/PierreGode/Ragnar / showNetkbError

Function showNetkbError

web/scripts/ragnar_modern.js:14338–14340  ·  view source on GitHub ↗
(message)

Source from the content-addressed store, hash-verified

14336 if (pwnUpdateInFlight) return;
14337
14338 const confirmed = confirm('Pull latest Pwnagotchi from origin into /opt/pwnagotchi?\n\nServices are NOT restarted; the new version takes effect on next mode swap or reboot.');
14339 if (!confirmed) return;
14340
14341 pwnUpdateInFlight = true;
14342 _setPwnUpdateBadge('Updating…', 'bg-slate-700 text-slate-200');
14343 _setPwnUpdatePerformEnabled(false);

Callers 1

fetchNetkbDataFunction · 0.70

Calls 1

showNotificationFunction · 0.70

Tested by

no test coverage detected