From 4dea07222cfa395b1f84fd3b01313bee09bde766 Mon Sep 17 00:00:00 2001 From: bryan Date: Fri, 6 Dec 2024 13:14:24 -0500 Subject: [PATCH] Allow service functions to be called indirectly --- installJRMC | 1 + 1 file changed, 1 insertion(+) diff --git a/installJRMC b/installJRMC index 82a4560..5266b6f 100755 --- a/installJRMC +++ b/installJRMC @@ -1,4 +1,5 @@ #!/usr/bin/env bash +# shellcheck disable=SC2317 # @file installJRMC # @brief Install JRiver Media Center and associated services # @description See installJRMC --help or print_help() below for usage