Ending
This commit is contained in:
parent
455c987a9f
commit
c7db944776
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue