From 0b9e2752a56e78e2f01b82ac3d8984b14994e237 Mon Sep 17 00:00:00 2001 From: KnifMelti Date: Mon, 4 Sep 2023 01:11:52 +0200 Subject: [PATCH] Block comment is better --- Winget-AutoUpdate/mods/_WAU-mods-template.ps1 | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/Winget-AutoUpdate/mods/_WAU-mods-template.ps1 b/Winget-AutoUpdate/mods/_WAU-mods-template.ps1 index 6f574bc..0fcf993 100644 --- a/Winget-AutoUpdate/mods/_WAU-mods-template.ps1 +++ b/Winget-AutoUpdate/mods/_WAU-mods-template.ps1 @@ -1,9 +1,10 @@ -#Mods for WAU (if Network is active/any Winget is installed/running as SYSTEM) -#Winget-Upgrade.ps1 calls this script with the code: -#[Write-ToLog "Running Mods for WAU..." "Yellow" -#& "$Mods\_WAU-mods.ps1"] -#Make sure your Functions have unique names! -#Exit 1 to Re-run WAU from this script! +<# #Mods for WAU (if Network is active/any Winget is installed/running as SYSTEM) +Winget-Upgrade.ps1 calls this script with the code: +[Write-ToLog "Running Mods for WAU..." "Yellow" +& "$Mods\_WAU-mods.ps1"] +Make sure your Functions have unique names! +Exit 1 to Re-run WAU from this script! +#> <# FUNCTIONS #>