Skip to content

Commit

Permalink
Squashed commit of the following:
Browse files Browse the repository at this point in the history
commit 75e2f24
Author: AltGrF13 <[email protected]>
Date:   Sun Dec 22 19:01:55 2024 +0300

    qzeleza#256 заглушка, чтобы 10 раз не отвечать на один и тот же вопрос

commit 8ca9326
Author: AltGrF13 <[email protected]>
Date:   Sun Dec 22 18:54:25 2024 +0300

    qzeleza#256 чтобы люди не вызывали пугающий их test

commit a22a0fe
Author: AltGrF13 <[email protected]>
Date:   Sun Dec 22 18:51:32 2024 +0300

    qzeleza#256 отступы
  • Loading branch information
badigit committed Dec 25, 2024
1 parent f6e129e commit 006f9ce
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
8 changes: 5 additions & 3 deletions opt/bin/kvas
Original file line number Diff line number Diff line change
Expand Up @@ -226,9 +226,11 @@ case "${1}" in
esac
;;

test | check) cmd_state_checker "${2}"
[ -n "${2}" ] && exit 0
;;
test | check) cmd_test_warning
;;
test_old | check_old) cmd_state_checker "${2}"
[ -n "${2}" ] && exit 0
;;

reset | init) cmd_kvas_init
;;
Expand Down
7 changes: 7 additions & 0 deletions opt/bin/libs/check
Original file line number Diff line number Diff line change
Expand Up @@ -504,6 +504,13 @@ ipset_site_visit_check() {
# print_line

}

cmd_test_warning() {
echo 'Данная команда ещё не обновлена под новую версию Кваса.'
echo 'Предыдущая может сообщать не верную информацию или даже что-нибудь не верно обновить.'
echo 'Если всё равно хотите ей воспользоваться, вызовите kvas test_old'
}

# ------------------------------------------------------------------------------------------
#
# Проверяем работу всех сервисов kvas
Expand Down

0 comments on commit 006f9ce

Please sign in to comment.