From eca057502aaf1d04530c0ea63c0ef09a76fa7e96 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yann=20M=C3=B6lle?= Date: Fri, 14 Apr 2023 18:36:49 +0200 Subject: [PATCH] =?UTF-8?q?=E2=80=9Einstallupdate.sh=E2=80=9C=20hinzuf?= =?UTF-8?q?=C3=BCgen?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- installupdate.sh | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 installupdate.sh diff --git a/installupdate.sh b/installupdate.sh new file mode 100644 index 0000000..68cb3df --- /dev/null +++ b/installupdate.sh @@ -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 \ No newline at end of file