scripts/trc: Fix missing 'check' function

master
Pierre Neidhardt 2016-11-11 08:55:58 +05:30
parent 2fe077cf78
commit 0c7b81ede2
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ EOF
exit
fi
for i in check transmission-daemon transmission-remote-cli ; do
for i in transmission-daemon transmission-remote-cli ; do
if ! command -v $i >/dev/null 2>&1; then
echo >&2 "'$i' not found"
exit 1