From 9147be64fc88d44eb153f561db3ed83ef53e3886 Mon Sep 17 00:00:00 2001 From: xivor <43550443+xivor@users.noreply.github.com> Date: Sat, 12 Oct 2019 09:08:23 -0400 Subject: [PATCH] minor spelling error fix --- Custom-Post-Processing-Scripts.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Custom-Post-Processing-Scripts.md b/Custom-Post-Processing-Scripts.md index 8cd0f50..067d17f 100644 --- a/Custom-Post-Processing-Scripts.md +++ b/Custom-Post-Processing-Scripts.md @@ -106,7 +106,7 @@ sleep 20 write-output """$plexscanner"" --analyze-deeply --item $itemid" | add-content $logfile ``` #### Reverse Symlinking #### -When using private trackers, it is imperitive to continue seeding. By using this script `on Download` and `on Upgrade` moves the media to your root movie folder as set in Radarr, and will create a symlink in the original download location so you can continue to seed. +When using private trackers, it is imperative to continue seeding. By using this script `on Download` and `on Upgrade` moves the media to your root movie folder as set in Radarr, and will create a symlink in the original download location so you can continue to seed. Symlinking is preferable over hardlinking in most cases as the root movie folder can be on a seperate drive or nfs mount, where hardlinks are impossible.