diff options
Diffstat (limited to 'contrib/amd')
-rw-r--r-- | contrib/amd/amd/amd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/amd/amd/amd.c b/contrib/amd/amd/amd.c index 07022e7de4e6..a89d8d427cd9 100644 --- a/contrib/amd/amd/amd.c +++ b/contrib/amd/amd/amd.c @@ -225,7 +225,7 @@ init_global_options(void) gopt.arch = HOST_ARCH; /* automounter temp dir */ - gopt.auto_dir = "/a"; + gopt.auto_dir = "/.amd_mnt"; /* cluster name */ gopt.cluster = NULL; |