From 83dacdbe45226e5f0b851902d44646626cfda731 Mon Sep 17 00:00:00 2001 From: Enrique Martin Date: Wed, 27 Sep 2023 15:02:16 +0200 Subject: [PATCH] Added windows restart service update --- pandora_agents/pc/Win32/scripts/install_service_restart.bat | 4 ++-- .../win32/installer/scripts/install_service_restart.bat | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/pandora_agents/pc/Win32/scripts/install_service_restart.bat b/pandora_agents/pc/Win32/scripts/install_service_restart.bat index de06c2178a..a3cd46191e 100644 --- a/pandora_agents/pc/Win32/scripts/install_service_restart.bat +++ b/pandora_agents/pc/Win32/scripts/install_service_restart.bat @@ -1,3 +1,3 @@ -@at 00:00 /every:1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30 "%CD%\restart_pandora_agent.bat" +@at 00:00 /every:1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30 "'%CD%\restart_pandora_agent.bat'" -schtasks /change /tn pandora_agent_restart /tr "%CD%\restart_pandora_agent.bat" \ No newline at end of file +schtasks /change /tn pandora_agent_restart /tr "'%CD%\restart_pandora_agent.bat'" \ No newline at end of file diff --git a/pandora_agents/win32/installer/scripts/install_service_restart.bat b/pandora_agents/win32/installer/scripts/install_service_restart.bat index de06c2178a..a3cd46191e 100644 --- a/pandora_agents/win32/installer/scripts/install_service_restart.bat +++ b/pandora_agents/win32/installer/scripts/install_service_restart.bat @@ -1,3 +1,3 @@ -@at 00:00 /every:1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30 "%CD%\restart_pandora_agent.bat" +@at 00:00 /every:1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30 "'%CD%\restart_pandora_agent.bat'" -schtasks /change /tn pandora_agent_restart /tr "%CD%\restart_pandora_agent.bat" \ No newline at end of file +schtasks /change /tn pandora_agent_restart /tr "'%CD%\restart_pandora_agent.bat'" \ No newline at end of file