From 56898849ebc28b04c56d96daccdc36f6bd790060 Mon Sep 17 00:00:00 2001 From: bryan Date: Tue, 24 Jan 2023 11:52:24 -0500 Subject: [PATCH] Cleanup output --- installJRMC | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/installJRMC b/installJRMC index a2e660f..83e5e22 100755 --- a/installJRMC +++ b/installJRMC @@ -372,7 +372,7 @@ setMCVersion() { else MCVERSION="$MCVERSION_HARDCODE" MCVERSION_SOURCE="hardcoded version" - err "Warning! Using hardcoded version number." + err "Warning! Using hardcoded version number" fi MVERSION="${MCVERSION%%.*}" @@ -390,8 +390,8 @@ setMCVersion() { ;; esac fi - echo "Using MC version $MCVERSION determined by $MCVERSION_SOURCE." - [[ "$MCVERSION_SOURCE" == "user input" ]] || echo "To override, use --mcversion." + echo "Using MC version $MCVERSION determined by $MCVERSION_SOURCE" + [[ "$MCVERSION_SOURCE" == "user input" ]] || echo "To override, use --mcversion" debug "MVERSION: $MVERSION, MCVERSION: $MCVERSION, MCPKG: $MCPKG, MCRPM: $MCRPM" } @@ -523,8 +523,8 @@ installMCFromRepo() { wget -qO- "http://dist.jriver.com/mediacenter@jriver.com.gpg.key" | sudo tee /etc/apt/trusted.gpg.d/jriver.asc &>/dev/null ;; *) - err "An MC repository for $ID is not yet available." - err "Try using --install local to install MC on $ID." + err "An MC repository for $ID is not yet available" + err "Try using --install local to install MC on $ID" return 1 ;; esac @@ -1623,7 +1623,7 @@ main() { if askOk "Do you really want to uninstall JRiver Media Center?"; then uninstall else - echo "Uninstall canceled." + echo "Uninstall canceled" fi exit fi