ksud: exec module post-fs-data.sh

This commit is contained in:
tiann
2023-01-05 13:42:18 +08:00
parent 9e1ee1c513
commit df2a9a8a75

View File

@@ -90,6 +90,10 @@ pub fn on_post_data_fs() -> Result<()> {
println!("mount overlay failed");
}
// module mounted, exec modules post-fs-data scripts
// todo: Add timeout
crate::module::exec_post_fs_data()?;
Ok(())
}