mirror of
https://github.com/JustArchiNET/ArchiSteamFarm.git
synced 2026-01-15 16:10:41 +00:00
Use ASF user account inside docker
This commit is contained in:
@@ -220,7 +220,7 @@ namespace ArchiSteamFarm {
|
||||
return false;
|
||||
}
|
||||
|
||||
if (!OS.IsRunningInDocker() && OS.IsRunningAsRoot()) {
|
||||
if (OS.IsRunningAsRoot()) {
|
||||
ASF.ArchiLogger.LogGenericError(Strings.WarningRunningAsRoot);
|
||||
await Task.Delay(SharedInfo.InformationDelay).ConfigureAwait(false);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user