Skip to content

Commit 17e2d74

Browse files
committed
another attempt at windows
1 parent 36beda4 commit 17e2d74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/start-influxdb.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ if not exist "%INFLUXDB_DIR%\influxd.exe" (
3939
)
4040

4141
echo Starting InfluxDB...
42-
powershell -Command "Start-Process -FilePath '%INFLUXDB_DIR%\influxd.exe' -ArgumentList '-config','influxdb.conf' -WindowStyle Hidden"
42+
start /B "" "%INFLUXDB_DIR%\influxd.exe" -config influxdb.conf
4343

4444
REM Wait a moment for InfluxDB to start
4545
ping 127.0.0.1 -n 4 >nul

0 commit comments

Comments
 (0)