浏览代码

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

正在加载...
取消
保存