From 45697c0d9ffed5dac2eaccdb743d4399ceb16eba Mon Sep 17 00:00:00 2001 From: bryan Date: Thu, 13 Jan 2022 22:17:42 -0500 Subject: [PATCH] Bug squash --- installJRMC | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installJRMC b/installJRMC index d80682b..8955c2a 100755 --- a/installJRMC +++ b/installJRMC @@ -916,7 +916,7 @@ setServiceVars() { debug "Running: ${FUNCNAME[0]}" declare -g SERVICE_NAME SERVICE_FNAME TIMER_NAME TIMER_FNAME USER_STRING - declare -g SERVICE_TYPE"${SERVICE_TYPE:-system}" + declare -g SERVICE_TYPE="${SERVICE_TYPE:-system}" declare service_dir="/usr/lib/systemd/$SERVICE_TYPE" if [[ "$USER" == "root" && "$SERVICE_TYPE" == "user" ]]; then