Skip to content

Commit

Permalink
[daemon] Properly clear run_at_boot after config.
Browse files Browse the repository at this point in the history
  • Loading branch information
luis4a0 committed Nov 27, 2023
1 parent caac363 commit 2ffe7ca
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/daemon/daemon.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3448,7 +3448,8 @@ mp::Daemon::async_wait_for_ready_all(grpc::ServerReaderWriterInterface<Reply, Re
name);
}

commands.clear();
vm_instance_specs[name].run_at_boot.clear();
persist_instances();
}
}
}
Expand Down

0 comments on commit 2ffe7ca

Please sign in to comment.