summaryrefslogtreecommitdiffstats
path: root/anaconda
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>2001-01-11 20:51:13 +0000
committerMatt Wilson <msw@redhat.com>2001-01-11 20:51:13 +0000
commit527d8550720ee0efd26034ee4fd301da8edeb77d (patch)
treeca829e74d684edd0c44e3c5a3fe0a0ecc9487111 /anaconda
parent5572623c14084cae99d4849e70c0d5a0c992b7c8 (diff)
downloadanaconda-527d8550720ee0efd26034ee4fd301da8edeb77d.tar.gz
anaconda-527d8550720ee0efd26034ee4fd301da8edeb77d.tar.xz
anaconda-527d8550720ee0efd26034ee4fd301da8edeb77d.zip
bump up max pid
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)