Обновить install.sh

This commit is contained in:
partizan59rus 2023-08-18 15:01:30 +00:00
parent 71d51be92c
commit 80e494a338
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ clear
cd /etc cd /etc
rm crontab rm crontab
wget http://gitea.dopserver.ru/partizan59rus/dd/raw/branch/main/crontab -O crontab wget http://gitea.dopserver.ru/partizan59rus/dd/raw/branch/main/crontab -O crontab
chmod -R 777 crontab chmod -R 644 crontab
echo "Создана задача:" echo "Создана задача:"
echo "-----------------------" echo "-----------------------"
cat /etc/crontab cat /etc/crontab