From e2b84cc198fe795bd8e8659c406e39b8664f2e75 Mon Sep 17 00:00:00 2001 From: Darren 'Tadgy' Austin Date: Fri, 3 May 2024 18:15:06 +0100 Subject: [PATCH] Use /data/var instead of /data/www for autofs mount. --- etc/autofs/auto.storage | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/autofs/auto.storage b/etc/autofs/auto.storage index c6c58d7..586149c 100644 --- a/etc/autofs/auto.storage +++ b/etc/autofs/auto.storage @@ -2,4 +2,4 @@ home -vers=4,hard,acl,rw,fsc 192.168.67.245:/home media -vers=4,hard,acl,rw,fsc 192.168.67.245:/data/media slackware -vers=4,hard,acl,rw,fsc 192.168.67.245:/data/slackware tmp -vers=4,hard,acl,rw,fsc 192.168.67.245:/data/tmp -www -vers=4,hard,acl,rw,fsc 192.168.67.245:/data/www +var -vers=4,hard,acl,rw,fsc 192.168.67.245:/data/var