This commit is contained in:
Bob Mottram 2018-04-02 13:14:25 +01:00
parent 455c987a9f
commit c7db944776
1 changed files with 2 additions and 2 deletions

View File

@ -133,9 +133,9 @@ function peertube_import_from_syncthing {
echo ' fi'; echo ' fi';
echo ' fi'; echo ' fi';
echo ' fi'; echo ' fi';
echo 'done'; } > /usr/bin/peertubesync echo 'done';
echo ''; echo '';
echo "rm \$LOCKFILE"; echo "rm \$LOCKFILE"; } > /usr/bin/peertubesync
chmod +x /usr/bin/peertubesync chmod +x /usr/bin/peertubesync
cron_add_mins 1 /usr/bin/peertubesync cron_add_mins 1 /usr/bin/peertubesync