mirror of
https://github.com/danog/yayponies-ipfs.git
synced 2024-11-26 20:04:44 +01:00
Fixed
This commit is contained in:
parent
0f58b00bcb
commit
edbdd11c0d
@ -57,6 +57,6 @@ sudo service nginx start
|
|||||||
|
|
||||||
crontab -l > /tmp/yayponies-cron
|
crontab -l > /tmp/yayponies-cron
|
||||||
sed -i '/yayponies-update/d' /tmp/yayponies-cron
|
sed -i '/yayponies-update/d' /tmp/yayponies-cron
|
||||||
echo "* */10 * * * $PWD/yayponies-update.sh $PWD localhost:8808" >> /tmp/yayponies-cron
|
echo "0 */10 * * * $PWD/yayponies-update.sh $PWD localhost:8808" >> /tmp/yayponies-cron
|
||||||
crontab /tmp/yayponies-cron
|
crontab /tmp/yayponies-cron
|
||||||
rm /tmp/yayponies-cron
|
rm /tmp/yayponies-cron
|
||||||
|
Loading…
Reference in New Issue
Block a user