summaryrefslogtreecommitdiffstats
path: root/anaconda
diff options
context:
space:
mode:
Diffstat (limited to 'anaconda')
-rwxr-xr-xanaconda2
1 files changed, 1 insertions, 1 deletions
diff --git a/anaconda b/anaconda
index 25619e625..c13441280 100755
--- a/anaconda
+++ b/anaconda
@@ -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)