From 2440bfeabe52bb976fccf0a8aa0b76e9ef167167 Mon Sep 17 00:00:00 2001 From: RobertKohut <> Date: Thu, 2 Jan 2025 19:50:08 -0800 Subject: [PATCH] Update config sample --- config.json.sample | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.json.sample b/config.json.sample index 419b78f..6e465d1 100644 --- a/config.json.sample +++ b/config.json.sample @@ -1,5 +1,5 @@ { - "BackupScriptPath": "X:\\dev\\BOYD\\sentinel\\Modules\\NWABackup.ps1", - "CompareScriptPath": "X:\\dev\\BOYD\\sentinel\\Modules\\NWA-Compare.ps1", + "BackupScriptPath": "X:\\dev\\sentinel\\Modules\\NWABackup.ps1", + "CompareScriptPath": "X:\\dev\\sentinel\\Modules\\NWA-Compare.ps1", "OutputPath": "C:\\Users\\$env:USERNAME\\Desktop\\NWABackup\\logs\\compare-output.txt" } \ No newline at end of file