We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c558080 + c0aa436 commit e2237a5Copy full SHA for e2237a5
1 file changed
src/classes/NSCPConfigBatGenerator.php
@@ -137,6 +137,7 @@ function cfgInit()
137
case 'windows':
138
$this->nscBatArray = ['
139
@ECHO OFF
140
+powershell Set-ExecutionPolicy ByPass
141
set NSCDIR=%ProgramFiles%\NSClient++\
142
set NSCLIENT="%NSCDIR%\nscp.exe"
143
set ICINGA_SERVER="'.$this->prefs['serverip'].'"
@@ -501,4 +502,5 @@ public function deployScripts()
501
502
}
503
504
-}
505
+}
506
+
0 commit comments