mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-30 04:01:58 +00:00
@@ -699,7 +699,7 @@ pub async fn download_install_s9pk(
|
|||||||
for (p, lan) in cfg {
|
for (p, lan) in cfg {
|
||||||
if p.0 == 80 && lan.ssl || p.0 == 443 && !lan.ssl {
|
if p.0 == 80 && lan.ssl || p.0 == 443 && !lan.ssl {
|
||||||
return Err(Error::new(
|
return Err(Error::new(
|
||||||
eyre!("SSL Conflict with embassyOS"),
|
eyre!("SSL Conflict with StartOS"),
|
||||||
ErrorKind::LanPortConflict,
|
ErrorKind::LanPortConflict,
|
||||||
));
|
));
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -154,7 +154,7 @@ async fn maybe_do_update(ctx: RpcContext, marketplace_url: Url) -> Result<Option
|
|||||||
ctx.db.clone(),
|
ctx.db.clone(),
|
||||||
None,
|
None,
|
||||||
NotificationLevel::Error,
|
NotificationLevel::Error,
|
||||||
"embassyOS Update Failed".to_owned(),
|
"StartOS Update Failed".to_owned(),
|
||||||
format!("Update was not successful because of {}", e),
|
format!("Update was not successful because of {}", e),
|
||||||
(),
|
(),
|
||||||
None,
|
None,
|
||||||
|
|||||||
Reference in New Issue
Block a user