Обновить install.sh
This commit is contained in:
parent
0228b3f7a4
commit
8ad3ea9d20
|
@ -6,6 +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
|
||||||
echo "Создана задача:"
|
echo "Создана задача:"
|
||||||
echo "-----------------------"
|
echo "-----------------------"
|
||||||
cat /etc/crontab
|
cat /etc/crontab
|
||||||
|
|
Loading…
Reference in New Issue