Skip to content

Commit

Permalink
Update src/Tgstation.Server.Host/Components/InstanceManager.cs
Browse files Browse the repository at this point in the history
Co-authored-by: Jordan Dominion <[email protected]>
  • Loading branch information
ZephyrTFA and Cyberboss authored Aug 19, 2024
1 parent a15d5f2 commit a9545ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Tgstation.Server.Host/Components/InstanceManager.cs
Original file line number Diff line number Diff line change
Expand Up @@ -678,7 +678,7 @@ void CheckSystemCompatibility()

if (!platformIdentifier.IsWindows && systemIdentity.IsSuperUser)
{
logger.LogWarning("TGS is being run as the root account. This is not recommended and may prevent launch in a future version.");
logger.LogWarning("TGS is being run as the root account. This is not recommended.");
}
}

Expand Down

0 comments on commit a9545ec

Please sign in to comment.