From 0603df625a5212a79b6e475139d749b6ba3639e5 Mon Sep 17 00:00:00 2001 From: Ray Lyon Date: Wed, 9 Jun 2021 17:54:41 -0400 Subject: [PATCH] fix typos --- _posts/2020-10-07-systemd-automount.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_posts/2020-10-07-systemd-automount.md b/_posts/2020-10-07-systemd-automount.md index 0be52bf..7c2adc8 100644 --- a/_posts/2020-10-07-systemd-automount.md +++ b/_posts/2020-10-07-systemd-automount.md @@ -115,7 +115,7 @@ WantedBy=multi-user.target The below instructions assume your NFS share is located at `example.server:/srv/nfsfiles`. ```bash -$ sudo nano /etc/systemd/system/mnt-nfs-nfssahre.mount +$ sudo nano /etc/systemd/system/mnt-nfs-nfsshare.mount ``` ``` @@ -136,7 +136,7 @@ WantedBy=multi-user.target Same as before, we need to create the automount file in the same location. ```bash -$ sudo nano /etc/systemd/system/mnt-smb-nfsshare.automount +$ sudo nano /etc/systemd/system/mnt-nfs-nfsshare.automount ``` ```