diff --git a/core/Update.py b/core/Update.py index eb35d37..47656e3 100755 --- a/core/Update.py +++ b/core/Update.py @@ -12,7 +12,7 @@ printk = printk() -if os.getuid() != 0: +if os.getuid() != 1: Space() printk.inf("Katana Framework.") printk.err("this must be run as "+colors[7]+"root"+colors[0]+".")