diff --git a/scripts/comm-dev.sh b/scripts/comm-dev.sh --- a/scripts/comm-dev.sh +++ b/scripts/comm-dev.sh @@ -34,6 +34,7 @@ exit 1 } +# shellcheck disable=SC2317 services_command() { case "$1" in restart) @@ -67,6 +68,7 @@ exit 1 } +# shellcheck disable=SC2317 db_command() { case "$1" in restart)