ksud: fmt
This commit is contained in:
@@ -4,7 +4,7 @@ use std::{collections::HashMap, path::Path};
|
|||||||
|
|
||||||
use crate::{
|
use crate::{
|
||||||
assets, defs, mount,
|
assets, defs, mount,
|
||||||
utils::{ensure_clean_dir, ensure_dir_exists, self},
|
utils::{self, ensure_clean_dir, ensure_dir_exists},
|
||||||
};
|
};
|
||||||
|
|
||||||
fn mount_partition(partition: &str, lowerdir: &mut Vec<String>) -> Result<()> {
|
fn mount_partition(partition: &str, lowerdir: &mut Vec<String>) -> Result<()> {
|
||||||
@@ -176,7 +176,6 @@ pub fn on_post_data_fs() -> Result<()> {
|
|||||||
}
|
}
|
||||||
|
|
||||||
pub fn on_services() -> Result<()> {
|
pub fn on_services() -> Result<()> {
|
||||||
|
|
||||||
utils::umask(0);
|
utils::umask(0);
|
||||||
|
|
||||||
// check safe mode first.
|
// check safe mode first.
|
||||||
|
|||||||
Reference in New Issue
Block a user