summaryrefslogtreecommitdiff
path: root/install-from-cwd.c
diff options
context:
space:
mode:
Diffstat (limited to 'install-from-cwd.c')
-rw-r--r--install-from-cwd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/install-from-cwd.c b/install-from-cwd.c
index 671a5da..5fd8159 100644
--- a/install-from-cwd.c
+++ b/install-from-cwd.c
@@ -276,7 +276,7 @@ int install_from_cwd(Options *op)
"file will be backed up.");
if (ret) {
- ret = run_nvidia_xconfig(op);
+ ret = run_nvidia_xconfig(op, FALSE);
}
if (ret) {