From e11337db7c6a92d033def8d08aa40dc6e3342186 Mon Sep 17 00:00:00 2001 From: bryan Date: Fri, 24 Mar 2023 19:56:15 -0400 Subject: [PATCH] Fix service creation --- installJRMC | 1 + 1 file changed, 1 insertion(+) diff --git a/installJRMC b/installJRMC index 042e8c2..cba5711 100755 --- a/installJRMC +++ b/installJRMC @@ -1233,6 +1233,7 @@ setServiceVars() { debug "service_type=$service_type, USER=$USER" if [[ $service_type == "system" && $USER != "root" ]]; then + debug HERE SERVICE_FNAME="$service_dir/$service_name@.service" TIMER_FNAME="$service_dir/$service_name@.timer" SERVICE_NAME="$service_name@$USER.service"