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.
1 parent 36beda4 commit 17e2d74Copy full SHA for 17e2d74
scripts/start-influxdb.bat
@@ -39,7 +39,7 @@ if not exist "%INFLUXDB_DIR%\influxd.exe" (
39
)
40
41
echo Starting InfluxDB...
42
-powershell -Command "Start-Process -FilePath '%INFLUXDB_DIR%\influxd.exe' -ArgumentList '-config','influxdb.conf' -WindowStyle Hidden"
+start /B "" "%INFLUXDB_DIR%\influxd.exe" -config influxdb.conf
43
44
REM Wait a moment for InfluxDB to start
45
ping 127.0.0.1 -n 4 >nul
0 commit comments