Other: Factory reset

This commit is contained in:
James Houlahan
2022-10-13 03:26:31 +02:00
parent cec44be7c3
commit a74b025de3
8 changed files with 62 additions and 12 deletions

View File

@ -23,7 +23,7 @@ func runFrontend(
) error {
switch {
case c.Bool(flagCLI):
return bridgeCLI.New(bridge, eventCh).Loop()
return bridgeCLI.New(bridge, restarter, eventCh).Loop()
case c.Bool(flagNonInteractive):
select {}