mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-08-31 09:02:41 +01:00
Merge pull request #1005 from tgstation/MinorThings
Improve wording in a setup wizard message
This commit is contained in:
@@ -391,7 +391,7 @@ namespace Tgstation.Server.Host.Setup
|
||||
databaseName = await ValidateNonExistantSqliteDBName(databaseName, cancellationToken).ConfigureAwait(false);
|
||||
}
|
||||
else
|
||||
dbExists = await PromptYesNo("Does this database already exist? (y/n): ", cancellationToken).ConfigureAwait(false);
|
||||
dbExists = await PromptYesNo("Does this database already exist? If not, we will attempt to CREATE it. (y/n): ", cancellationToken).ConfigureAwait(false);
|
||||
}
|
||||
|
||||
if (String.IsNullOrWhiteSpace(databaseName))
|
||||
|
||||
Reference in New Issue
Block a user