From f8628c529c7d299c810012c6ff66b75966b95ca4 Mon Sep 17 00:00:00 2001 From: bryan Date: Wed, 25 Jan 2023 14:14:32 -0500 Subject: [PATCH] Fix service file derp --- installJRMC | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/installJRMC b/installJRMC index 74f6682..6291d94 100755 --- a/installJRMC +++ b/installJRMC @@ -1104,7 +1104,7 @@ setDisplay() { # Pre-defined service name ####################################### setServiceVars() { - debug "Running: ${FUNCNAME[0]}" + debug "Running: ${FUNCNAME[0]}" "$*" declare -g SERVICE_NAME SERVICE_FNAME TIMER_NAME TIMER_FNAME declare -g USER_STRING DISPLAY_STRING GRAPHICAL_TARGET @@ -1183,7 +1183,7 @@ service_jriver-mediacenter() { [Service] $USER_STRING - $DISPLAY_STRING + $DISPLAY_STRING Type=simple Environment=DISPLAY=$DISPLAY Environment=XAUTHORITY=$XAUTHORITY