Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion agents/wnx/install/resources/configure_and_exec.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# This file is part of Checkmk (https://checkmk.com). It is subject to the terms and
# conditions defined in the file COPYING, which is part of this source code package.

# Script to correctly configure defaults for other powershel scripts
# Script to correctly configure defaults for other powershell scripts

$executable = $args[0]
$OutputEncoding = [Console]::InputEncoding = [Console]::OutputEncoding = [System.Text.UTF8Encoding]::new()
Expand Down
2 changes: 1 addition & 1 deletion agents/wnx/x.cmd
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
@rem Powershel wrapper to execute any file
@rem Powershell wrapper to execute any file
@powershell -ExecutionPolicy ByPass -File %*
Loading