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