From aca4f83333dd5ba992b6fe77df782dcf99ad7eb6 Mon Sep 17 00:00:00 2001 From: Anthony Lavado Date: Tue, 29 Oct 2019 16:24:45 -0400 Subject: [PATCH] Remove extra EndIf --- deployment/windows/jellyfin.nsi | 1 - 1 file changed, 1 deletion(-) diff --git a/deployment/windows/jellyfin.nsi b/deployment/windows/jellyfin.nsi index 46e73372f0..244991b8c5 100644 --- a/deployment/windows/jellyfin.nsi +++ b/deployment/windows/jellyfin.nsi @@ -259,7 +259,6 @@ ${If} $_INSTALLSERVICE_ == "Yes" ; Only run this if we're going to install the s !insertmacro ShowError "Could not configure the Jellyfin Server service app exit action." ConfigureDefaultAppExit ${EndIf} DetailPrint "Jellyfin Server service exit action set, $0" - ${EndIf} ${EndIf} SectionEnd