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