summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-core/udev/udev-extraconf/mount.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-core/udev/udev-extraconf/mount.sh b/meta/recipes-core/udev/udev-extraconf/mount.sh
index 43acb3a7a0..b7e86dbc0e 100644
--- a/meta/recipes-core/udev/udev-extraconf/mount.sh
+++ b/meta/recipes-core/udev/udev-extraconf/mount.sh
@@ -89,7 +89,7 @@ automount_systemd() {
89 rm_dir "$MOUNT_BASE/$name" 89 rm_dir "$MOUNT_BASE/$name"
90 else 90 else
91 logger "mount.sh/automount" "Auto-mount of [$MOUNT_BASE/$name] successful" 91 logger "mount.sh/automount" "Auto-mount of [$MOUNT_BASE/$name] successful"
92 touch "/tmp/.automount-$name" 92 echo "$name" > "/tmp/.automount-$name"
93 fi 93 fi
94} 94}
95 95