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