Skip to content

Commit

Permalink
updated start for windows OS
Browse files Browse the repository at this point in the history
  • Loading branch information
Lini Mestar committed Jan 18, 2021
1 parent 8ac8a44 commit 9a9f19e
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,9 @@ stop:

run: up
@while [[ ! `curl -sf http://localhost:6901/?password=vncpassword` ]]; do sleep 5; done
open http://localhost:6901/?password=vncpassword
ifeq ($(OS), Windows_NT)
start http://localhost:6901/?password=vncpassword
else
open http://localhost:6901/?password=vncpassword
endif

0 comments on commit 9a9f19e

Please sign in to comment.