Keep the lock file in tmp
This commit is contained in:
parent
28acc2de99
commit
90c9b3f44d
|
@ -65,7 +65,7 @@ function peertube_import_from_syncthing {
|
|||
|
||||
{ echo '#!/bin/bash';
|
||||
echo '';
|
||||
echo 'LOCKFILE=/root/.peertube.lock';
|
||||
echo 'LOCKFILE=/tmp/.peertube.lock';
|
||||
echo '';
|
||||
echo 'if [ -f /root/.peertube.lock ]; then';
|
||||
echo " lockctr=\$(cat \$LOCKFILE)";
|
||||
|
|
Loading…
Reference in New Issue