„auto-update.sh“ ändern

This commit is contained in:
2023-04-14 18:37:41 +02:00
parent eca057502a
commit 566ffd1515

4
auto-update.sh Normal file
View File

@@ -0,0 +1,4 @@
crontab -l > mycron
echo "0 0 * * * sh /var/www/html/mylinks/update.sh >/dev/null 2>&1" >> mycron
crontab mycron
rm mycron