From 84e4cbd938163430f38b205273ac9fd48c16d918 Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Fri, 28 Jun 2019 10:21:04 +0200 Subject: lib/load-configuration: do not log ii-answer, too --- lib/load-configuration | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'lib/load-configuration') diff --git a/lib/load-configuration b/lib/load-configuration index 5513584..91a6db0 100755 --- a/lib/load-configuration +++ b/lib/load-configuration @@ -202,8 +202,9 @@ fi if ${i_am_the_master}; then command="${0##*/}" # these commands are useless to log - if [ "${command}" != 'slave-build-connect' ] && \ - [ "${command}" != 'ping-from-slave' ]; then + if [ "${command}" != 'ii-answer' ] && \ + [ "${command}" != 'ping-from-slave' ] && \ + [ "${command}" != 'slave-build-connect' ]; then # shellcheck disable=SC2016 { printf 'INSERT INTO `command_log`(`command`,`parameters`,`shell`)' -- cgit v1.2.3