mirror of
https://github.com/acedanger/shell.git
synced 2025-12-06 04:30:13 -08:00
docs: Add missing line breaks for improved readability in documentation files
This commit is contained in:
@@ -5,6 +5,7 @@ This document provides an overview and step-by-step explanation of the `plex.sh`
|
||||
## Script Overview
|
||||
|
||||
The script performs the following main tasks:
|
||||
|
||||
1. Starts the Plex Media Server.
|
||||
2. Stops the Plex Media Server.
|
||||
3. Restarts the Plex Media Server.
|
||||
@@ -71,9 +72,11 @@ To use the script, run it with one of the following parameters:
|
||||
## Important Information
|
||||
|
||||
- Ensure that the script is executable. You can make it executable with the following command:
|
||||
|
||||
```shell
|
||||
chmod +x plex.sh
|
||||
```
|
||||
|
||||
- The script uses `systemctl` to manage the Plex Media Server service. Ensure that `systemctl` is available on your system.
|
||||
- The script requires `sudo` privileges to manage the Plex Media Server service. Ensure that you have the necessary permissions to run the script with `sudo`.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user