Browse Source

v1.1 runs with non-root privigeges.

sigi 6 years ago
parent
commit
d264f06520
1 changed files with 2 additions and 2 deletions
  1. 2 2
      sinetstat

+ 2 - 2
sinetstat

@@ -478,8 +478,8 @@ def _check_v4inv6_port(addr,portnr):
 
 if __name__ == '__main__':
     if not check_root():
-        print("This program needs root privileges !\nThats because of reading the /proc filesystem and using functions like getpwuid().\nSo I give up\n")
-        sys.exit()
+        print("Starting with non-root privileges ! Some informations cannot be gathered and are missing.\n")
+        #sys.exit()
     
     
     #print