From 7bf3d5f8e2ad08e4793a0950bb2a7280de8ca1e8 Mon Sep 17 00:00:00 2001 From: Eduardo Mosqueda Date: Mon, 3 Nov 2025 16:03:39 -0600 Subject: [PATCH] Add updates/test_log_updates.ps1 --- updates/test_log_updates.ps1 | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 updates/test_log_updates.ps1 diff --git a/updates/test_log_updates.ps1 b/updates/test_log_updates.ps1 new file mode 100644 index 0000000..933a781 --- /dev/null +++ b/updates/test_log_updates.ps1 @@ -0,0 +1,9 @@ +# Script: test_log_updates.ps1 +# Objetivo: Confirmar la ejecución desde una subcarpeta. + +$LogPath = "C:\TEMP\safecloud_test_UPDATES_success.log" +$Timestamp = Get-Date -Format "yyyy-MM-dd HH:mm:ss" + +$Content = "PRUEBA DE SUBDIRECTORIO /updates/ EXITOSA. Ejecutado el $Timestamp" + +Set-Content -Path $LogPath -Value $Content -Force \ No newline at end of file