diff --git a/lanit/script.sh b/lanit/script.sh index 463ab34..90ba94f 100644 --- a/lanit/script.sh +++ b/lanit/script.sh @@ -10,9 +10,7 @@ fi for ((i=1; i<=numTest; i++)) do echo "$(date "+%d.%m.%Y %H:%M:%S") Тест запущен!" >> "$PWD/$userName/$alias/Test$i/$(date "+%d.%m.%Y").log" - sleep 5 echo "$(date "+%d.%m.%Y %H:%M:%S") Тест завершён!" >> "$PWD/$userName/$alias/Test$i/$(date "+%d.%m.%Y").log" - sleep 5 done if [ $numTest -gt 1 ]; then diff --git a/lanit/script_1.sh b/lanit/script_1.sh index 90a6449..2b3e96b 100644 --- a/lanit/script_1.sh +++ b/lanit/script_1.sh @@ -10,9 +10,7 @@ fi for ((i=1; i<=numTest; i++)) do echo "$(date "+%d.%m.%Y %H:%M:%S") Тест запущен!" >> "$PWD/$userName/$alias/Test$i/$(date "+%d.%m.%Y").log" - sleep 5 echo "$(date "+%d.%m.%Y %H:%M:%S") Тест завершён!" >> "$PWD/$userName/$alias/Test$i/$(date "+%d.%m.%Y").log" - sleep 5 done if [ $numTest -gt 1 ]; then