Skip to content

Commit

Permalink
Update plex_dupe.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
MrDoobPG authored and MrDoobPG committed Nov 20, 2019
1 parent daa93cb commit 85c3de7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion menu/plex_dupe/plex_dupe.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ variable() {

deploycheck() {
file="/opt/plex_dupefinder/config.json"
if [[ "$file" == "config.json" ]]; then
if [[ -f $file ]]; then
dstatus="✅ DEPLOYED"
else dstatus="⚠️ NOT DEPLOYED"; fi
}
Expand Down

0 comments on commit 85c3de7

Please sign in to comment.