Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Ying Chen committed Mar 18, 2024
1 parent 847490f commit 8db6d9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/installer/windows/scripts/pfs.bat
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ setlocal
set MAIN_EXE=%~dp0.\pfcli.exe
REM Check if the first argument is 'start'
if "%~1"=="start" (
cscript %~dp0.\start_pfs.vbs """%MAIN_EXE%"" pfs %*"
cscript //nologo %~dp0.\start_pfs.vbs """%MAIN_EXE%"" pfs %*"
@REM since we won't wait for vbs to finish, we need to wait for the output file to be flushed to disk
timeout /t 5 >nul
type "%~dp0output.txt"
Expand Down

0 comments on commit 8db6d9e

Please sign in to comment.