瀏覽代碼

Use .local/share for logs

Alois Mahdal 8 年之前
父節點
當前提交
528f38af8c
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. 1
    1
      dotfiles/imapdomo/utils/imapdomo

+ 1
- 1
dotfiles/imapdomo/utils/imapdomo 查看文件

@@ -40,7 +40,7 @@ main() {
40 40
     local LogDir    # directory to store logs
41 41
     local CdTo      # change dir to this before running imapfilter
42 42
     CfgDir="$HOME/.imapdomo"
43
-    LogDir="$HOME/.cache/imapdomo/logs"
43
+    LogDir="$HOME/.local/share/imapdomo/logs"
44 44
     Debug=false
45 45
     while true; do case $1 in
46 46
         -c) CdTo="$2"; shift 2 || usage ;;