diff options
Diffstat (limited to 'src/main.rs')
-rw-r--r-- | src/main.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main.rs b/src/main.rs index 7b4f5ab..c724d30 100644 --- a/src/main.rs +++ b/src/main.rs @@ -158,6 +158,7 @@ fn update_instance(args: Args) -> anyhow::Result<()> { println!("Switching to inactive root partition..."); post(&clt, base.join("/switch")?)?; + thread::sleep(Duration::from_secs(1)); println!("Rebooting..."); reboot(clt, base); |