diff options
-rw-r--r-- | move/move.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/move/move.pm b/move/move.pm index af8c85c4c..29be0354f 100644 --- a/move/move.pm +++ b/move/move.pm @@ -136,7 +136,7 @@ sub init { print "Using existing user configuration\n"; $using_existing_user_config = 1; } - if (-f '/etc/X11/XF86Config') { + if (-f '/etc/X11/X') { print "Using existing host configuration\n"; $using_existing_host_config = 1; } |