瀏覽代碼

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…
取消
儲存