Wrong warning (root)

This commit is contained in:
marmei
2019-09-05 19:37:55 +02:00
parent 3d73dba422
commit f3be0fca47

View File

@@ -109,7 +109,7 @@ func Init() (err error) {
// Überprüfen ob xTeVe als root läuft // Überprüfen ob xTeVe als root läuft
if os.Geteuid() == 0 { if os.Geteuid() == 0 {
showWarning(2010) showWarning(2110)
} }
if System.Flag.Debug > 0 { if System.Flag.Debug > 0 {