mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-04-04 22:39:46 +00:00
start dhclient
This commit is contained in:
committed by
Aiden McClelland
parent
87c10b7fbe
commit
2660437e78
@@ -590,5 +590,6 @@ pub async fn synchronize_wpa_supplicant_conf<P: AsRef<Path>>(main_datadir: P) ->
|
|||||||
.arg("up")
|
.arg("up")
|
||||||
.invoke(ErrorKind::Wifi)
|
.invoke(ErrorKind::Wifi)
|
||||||
.await?;
|
.await?;
|
||||||
|
Command::new("dhclient").invoke(ErrorKind::Wifi).await?;
|
||||||
Ok(())
|
Ok(())
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user