From a7e8b63d006158f7eb05a108f151d7fea02d1ee4 Mon Sep 17 00:00:00 2001 From: TheCaptain989 Date: Thu, 11 Mar 2021 18:37:56 -0600 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 9ba7b48..b08b312 100644 --- a/README.md +++ b/README.md @@ -86,7 +86,7 @@ flac2mp3-vbr.sh # Use variable bit rate, quality 0 ``` ### Example Wrapper Script -To configure the last entry from the [Examples](./README.md#examples) section above, create and save a file called `striptracks-custom.sh` to `/config` containing the following text: +To configure the last entry from the [Examples](./README.md#examples) section above, create and save a file called `flac2mp3-custom.sh` to `/config` containing the following text: ```shell #!/bin/bash @@ -94,10 +94,10 @@ To configure the last entry from the [Examples](./README.md#examples) section ab ``` Make it executable: ```shell -chmod +x /config/striptracks-custom.sh +chmod +x /config/flac2mp3-custom.sh ``` -Then put `/config/striptracks-custom.sh` in the **Path** field in place of `/usr/local/bin/flac2mp3.sh` mentioned in the [Installation](./README.md#installation) section above. +Then put `/config/flac2mp3-custom.sh` in the **Path** field in place of `/usr/local/bin/flac2mp3.sh` mentioned in the [Installation](./README.md#installation) section above. >**Note:** If you followed the Linuxserver.io recommendations when configuring your container, the `/config` directory will be mapped to an external storage location. It is therefore recommended to place custom scripts in the `/config` directory so they will survive container updates, but they may be placed anywhere that is accessible by Lidarr.