1
0
mirror of https://github.com/Radarr/Radarr.git synced 2024-06-23 14:09:39 +02:00

Updated Custom Post Processing Scripts (markdown)

jobrien2001 2017-06-23 08:05:54 -05:00
parent b0eb0dc23a
commit 9f2056e4e9

@ -105,4 +105,4 @@ if [ $PERMFILESIZE == $ORIGFILESIZE ]
then
rm "$LINKPATH"
ln -s "$PERMPATH" "$LINKPATH"
fi
fi```