Окончание sh скрипта, ошибка fi" unexpected (expecting "then")
Изначально код был такой. Все работало. #!/bin/bash FILEPATH=/home/a/amigoalex/check.log find /home/a/amigoalex/ -iname '*php' -cmin -120 -not -path '*/cache/*' -not -path '*/cron…