mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-31 04:23:40 +00:00
Feature/UI sideload (#2658)
* ui sideloading * remove subtlecrypto import * fix parser * misc fixes * allow docker pull during compat conversion
This commit is contained in:
@@ -55,7 +55,7 @@ pub fn validate_configuration(
|
||||
Ok(_) => {
|
||||
// create temp config file
|
||||
serde_yaml::to_writer(
|
||||
std::fs::File::create(config_path.with_extension("tmp"))?,
|
||||
std::fs::create_file(config_path.with_extension("tmp"))?,
|
||||
&config,
|
||||
)?;
|
||||
std::fs::rename(config_path.with_extension("tmp"), config_path)?;
|
||||
|
||||
Reference in New Issue
Block a user