Skip to content

Commit

Permalink
Fix: Change IsRunningInContainer to nonInteractiveSetup to keep the c…
Browse files Browse the repository at this point in the history
…hecks consistent (#4267)
  • Loading branch information
FireCulex authored Jan 15, 2025
1 parent 62ca5aa commit a64129f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/ACE.Server/Program_Setup.cs
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ private static void DoOutOfBoxSetup(string configFile)
Console.WriteLine();

Console.Write($"Enter the Host address for your shard database (default: \"{config.MySql.Shard.Host}\"): ");
if (!IsRunningInContainer)
if (!nonInteractiveSetup)
variable = Console.ReadLine();
else
{
Expand Down

0 comments on commit a64129f

Please sign in to comment.