From ac7f1db437ff0d9e2460cbac7cb76d6f05f5a716 Mon Sep 17 00:00:00 2001 From: bryan Date: Fri, 14 Jan 2022 10:20:42 -0500 Subject: [PATCH] Formatting --- installJRMC | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/installJRMC b/installJRMC index 9980737..4ea8846 100755 --- a/installJRMC +++ b/installJRMC @@ -1520,9 +1520,9 @@ main() { if ([[ "$TARGET" =~ (debian|ubuntu) ]] && installMCDEB) || ([[ "$TARGET" =~ (fedora|centos|suse) ]] && installPackage --skip-check-installed --nogpgcheck "$MCRPM"); then - echo "JRiver Media Center installed successfully from local RPM" + echo "JRiver Media Center installed successfully from local package" else - err "JRiver Media Center local installation failed" + err "JRiver Media Center local package installation failed" exit 1 fi symlinkCerts