diff options
Diffstat (limited to 'anaconda')
-rwxr-xr-x | anaconda | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -215,7 +215,7 @@ if (debug): # # don't let a developer reinstall their box unknowingly # -if (not reconfigOnly and not test and not localInstall and os.getpid() > 50): +if (not reconfigOnly and not test and not localInstall and os.getpid() > 90): print "you're running me on a live system! that's incredibly stupid." sys.exit(1) |