Skip to content

Commit

Permalink
Update install.bat (#50)
Browse files Browse the repository at this point in the history
Checkpoint for webapi port has been updated
  • Loading branch information
alanraju-aot authored Jul 7, 2023
1 parent 0dbc83d commit 0b54b88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/install.bat
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ EXIT /B %ERRORLEVEL%

:isUp
:Check if the web API is up
for /f %%a in ('curl -LI "http://%ip-add%:5000" -o nul -w "%%{http_code}" -s') do set "HTTP=%%a"
for /f %%a in ('curl -LI "http://%ip-add%:5001" -o nul -w "%%{http_code}" -s') do set "HTTP=%%a"
if "%HTTP%" == "200" (
echo formsflow.ai is successfully installed.
EXIT /B 0
Expand Down

0 comments on commit 0b54b88

Please sign in to comment.