Use the correct OS name (#2445)

Use correct OS name
This commit is contained in:
Mariusz Kogen
2023-10-06 17:29:54 +02:00
committed by GitHub
parent caaf9d26db
commit 3ca9035fdb
2 changed files with 2 additions and 2 deletions

View File

@@ -699,7 +699,7 @@ pub async fn download_install_s9pk(
for (p, lan) in cfg {
if p.0 == 80 && lan.ssl || p.0 == 443 && !lan.ssl {
return Err(Error::new(
eyre!("SSL Conflict with embassyOS"),
eyre!("SSL Conflict with StartOS"),
ErrorKind::LanPortConflict,
));
}

View File

@@ -154,7 +154,7 @@ async fn maybe_do_update(ctx: RpcContext, marketplace_url: Url) -> Result<Option
ctx.db.clone(),
None,
NotificationLevel::Error,
"embassyOS Update Failed".to_owned(),
"StartOS Update Failed".to_owned(),
format!("Update was not successful because of {}", e),
(),
None,