Обновить install.sh

This commit is contained in:
partizan59rus 2023-08-17 17:54:58 +00:00
parent 6a9abb62cb
commit d0d03e59df
1 changed files with 2 additions and 3 deletions

View File

@ -1,4 +1,3 @@
#!/bin/bash #!/bin/bash
echo "test1" crontab -l | { cat; echo "0 0 0 0 0 some entry"; } | crontab -
echo "test2" echo "Установка завершена"
echo "test3"