Skip to content

Commit

Permalink
Update pgtrakt.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
MrDoobPG authored and MrDoobPG committed Nov 6, 2019
1 parent 9caea20 commit 7964c69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion menu/pgtrakt/pgtrakt.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ variable() {
}

deploycheck() {
dcheck=$(systemctl status traktarr | | grep "\(running\)\>" | grep "\active\>")
dcheck=$(systemctl status traktarr | grep "\(running\)\>" | grep "\active\>")
if [ "$dcheck" != "" ]; then
dstatus="✅ DEPLOYED"
else dstatus="⚠️ NOT DEPLOYED"; fi
Expand Down

0 comments on commit 7964c69

Please sign in to comment.