Skip to content

Commit

Permalink
fix(syntax): shellcheck (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
zakkarry authored Jul 23, 2024
1 parent af128b5 commit 28afbb3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion xseed.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 28afbb3

Please sign in to comment.