瀏覽代碼

Keep the lock file in tmp

Bob Mottram 7 年之前
父節點
當前提交
90c9b3f44d
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      src/freedombone-app-peertube

+ 1
- 1
src/freedombone-app-peertube 查看文件

@@ -65,7 +65,7 @@ function peertube_import_from_syncthing {
65 65
 
66 66
     { echo '#!/bin/bash';
67 67
       echo '';
68
-      echo 'LOCKFILE=/root/.peertube.lock';
68
+      echo 'LOCKFILE=/tmp/.peertube.lock';
69 69
       echo '';
70 70
       echo 'if [ -f /root/.peertube.lock ]; then';
71 71
       echo "    lockctr=\$(cat \$LOCKFILE)";