ksud: Fix script exec
This commit is contained in:
@@ -240,7 +240,7 @@ pub fn exec_post_fs_data() -> Result<()> {
|
|||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
exec_script(path, true)?;
|
exec_script(&post_fs_data, true)?;
|
||||||
}
|
}
|
||||||
|
|
||||||
Ok(())
|
Ok(())
|
||||||
@@ -289,7 +289,7 @@ pub fn exec_services() -> Result<()> {
|
|||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
exec_script(path, false)?;
|
exec_script(&service, false)?;
|
||||||
}
|
}
|
||||||
|
|
||||||
Ok(())
|
Ok(())
|
||||||
|
|||||||
Reference in New Issue
Block a user