forked from lda/telodendria
Fix typo.
This commit is contained in:
parent
a09e15f6bc
commit
02884b6bdb
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@ case "$1" in
|
|||
fi
|
||||
|
||||
if ! $CURL -o "$TP_DIR/ingress/$id.patch" "$HOMESERVER/media/v3/download/$server/$id"; then
|
||||
rm "$TP_DIR"/ingress/$id.patch"
|
||||
rm "$TP_DIR/ingress/$id.patch"
|
||||
echo "Failed to fetch mxc://$server/$id."
|
||||
echo "Will try again next time."
|
||||
continue
|
||||
|
|
Loading…
Reference in a new issue