소스 검색

bug fix for weird 0:blank list result

master
Gitea 5 년 전
부모
커밋
35d86a80e2
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      lawipac.com/usr/local/bin/mysyncbook.sh

+ 1
- 1
lawipac.com/usr/local/bin/mysyncbook.sh 파일 보기

@@ -59,7 +59,7 @@ EOF

function email_success {

BOOK_LIST=`calibredb list -s "date:>=1daysago" -ftitle --with-library=/var/www/MyBooks '`
BOOK_LIST=`calibredb list -s "date:>=1daysago" -ftitle --with-library=/var/www/MyBooks`

#use cat to test locally
#cat << EOF

Loading…
취소
저장