mirror of
https://github.com/minio/minio.git
synced 2025-11-07 04:42:56 -05:00
main: minio --help should print regardless of root. (#1985)
Remove root check entirely. Fixes #1964
This commit is contained in:
committed by
Anand Babu (AB) Periasamy
parent
3d02f7471e
commit
57146fbbb8
6
main.go
6
main.go
@@ -64,12 +64,6 @@ func init() {
|
||||
|
||||
// Set global trace flag.
|
||||
globalTrace = os.Getenv("MINIO_TRACE") == "1"
|
||||
|
||||
// It is an unsafe practice to run network services as
|
||||
// root. Containers are an exception.
|
||||
if !isContainerized() && os.Geteuid() == 0 {
|
||||
console.Fatalln("Please run ‘minio’ as a non-root user.")
|
||||
}
|
||||
}
|
||||
|
||||
func migrate() {
|
||||
|
||||
Reference in New Issue
Block a user