Skip to content

Commit

Permalink
Version 2.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaokaixuan committed Jul 14, 2020
1 parent d829a15 commit 894c961
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM alpine:3.6

ENV VER=2.11.0 METHOD=chacha20 PASSWORD=ss123456
ENV VER=2.11.1 METHOD=chacha20 PASSWORD=ss123456
ENV TLS_PORT=4433 PORT=8080

RUN apk add --no-cache curl \
Expand Down
2 changes: 1 addition & 1 deletion client.vbs
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ Class Application

Private Function Confirm(isRunning)
If isRunning Then
Confirm = MsgBox(Title & " is running, do you want to stop it ?", vbYesNo or vbCritical, "Question")
Confirm = MsgBox(Title & " is running, do you want to stop it ?", vbYesNo or vbExclamation, "Question")
Else
Confirm = MsgBox(Title & " is not running, do you want to start it ?", vbYesNo or vbQuestion, "Question")
End If
Expand Down

0 comments on commit 894c961

Please sign in to comment.