Bläddra i källkod

Keep the lock file in tmp

Bob Mottram 7 år sedan
förälder
incheckning
90c9b3f44d
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1
    1
      src/freedombone-app-peertube

+ 1
- 1
src/freedombone-app-peertube Visa fil

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