summaryrefslogtreecommitdiffstats
path: root/anaconda
diff options
context:
space:
mode:
authortwaugh <twaugh>2003-08-05 13:59:53 +0000
committertwaugh <twaugh>2003-08-05 13:59:53 +0000
commit7770b2fd7919b943148c27f03ed8d79aa21a5b62 (patch)
treef5424f1f5476da96fd08cb1143b40d0b7e11e2db /anaconda
parent8208afe75a15298fdc344eaf857d60adb038a06c (diff)
downloadanaconda-7770b2fd7919b943148c27f03ed8d79aa21a5b62.tar.gz
anaconda-7770b2fd7919b943148c27f03ed8d79aa21a5b62.tar.xz
anaconda-7770b2fd7919b943148c27f03ed8d79aa21a5b62.zip
Fixed typo.
Diffstat (limited to 'anaconda')
-rwxr-xr-xanaconda2
1 files changed, 1 insertions, 1 deletions
diff --git a/anaconda b/anaconda
index af95eafb3..c87b57587 100755
--- a/anaconda
+++ b/anaconda
@@ -100,7 +100,7 @@ def startVNCServer(vncpassword=None, root='/'):
if not vncpid:
args = [ root + "/usr/bin/Xvnc", ":1", "-nevershared",
- "-depth", "16", "-geometry", "800x600" "-dontdisconnect"]
+ "-depth", "16", "-geometry", "800x600", "-dontdisconnect"]
# set passwd if necessary
if vncpassword is not None: