Files
crm.clientright.ru/monitor_debug.sh

15 lines
601 B
Bash
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

#!/bin/bash
# Скрипт для мониторинга отладочного лога загрузки файлов
echo "=== Мониторинг отладочного лога загрузки файлов ==="
echo "Файл: /var/www/fastuser/data/www/crm.clientright.ru/debug_comment_upload.log"
echo "Нажмите Ctrl+C для выхода"
echo ""
# Создаем файл если его нет
touch /var/www/fastuser/data/www/crm.clientright.ru/debug_comment_upload.log
# Мониторим файл
tail -f /var/www/fastuser/data/www/crm.clientright.ru/debug_comment_upload.log