ksud: exec module post-fs-data.sh
This commit is contained in:
@@ -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(())
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user