„installupdate.sh“ hinzufügen
This commit is contained in:
parent
faeb9e2efe
commit
eca057502a
4
installupdate.sh
Normal file
4
installupdate.sh
Normal 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
|
Loading…
Reference in New Issue
Block a user