Remove em dashes from the remaining English content

This commit is contained in:
Djeex
2026-08-31 23:39:19 +02:00
parent 4090203dc4
commit 9abee89478
15 changed files with 37 additions and 37 deletions
+2 -2
View File
@@ -88,7 +88,7 @@ sudo chmod 2775 /video
```
### Create the user
Now add a no-login user this user cannot log into the server but can access Samba.
Now add a no-login user: this user cannot log into the server but can access Samba.
```bash [Terminal]
sudo useradd -M -s /sbin/nologin sambauser
@@ -126,7 +126,7 @@ sudo apt install cifs-utils
### Create the Mount Destination
We will create a folder on our local machine where the remote `/video` folder will be mounted e.g., `/mnt/video`.
We will create a folder on our local machine where the remote `/video` folder will be mounted, e.g. `/mnt/video`.
```bash [Terminal]
sudo mkdir /mnt/video