From 28afbb355baa7bcc653230bd0cb00cb5d99f18a2 Mon Sep 17 00:00:00 2001 From: zakary Date: Tue, 23 Jul 2024 01:46:46 -0500 Subject: [PATCH] fix(syntax): shellcheck (#21) --- xseed.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/xseed.sh b/xseed.sh index ce1c9a7..6e24e4e 100644 --- a/xseed.sh +++ b/xseed.sh @@ -85,9 +85,10 @@ detect_application() { # shellcheck disable=SC2154 # These are set by Starr on call folderPath="$sonarr_destinationpath" else - if [ -z "$sonarr_release_releasetype" ] then; { + if [ -z "$sonarr_release_releasetype" ]; then { # shellcheck disable=SC2154 # These are set by Starr on call folderPath="$sonarr_episodefile_sourcefolder" + # shellcheck disable=SC2154 # These are set by Starr on call filePath="$sonarr_episodefile_path" } else