Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 1342934

Browse files
committedNov 29, 2022
fix config.ini being parsed twice. This is an additional one that can be used
1 parent 7cc27d7 commit 1342934

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ var (
5757
var (
5858
hibernate = flag.Bool("hibernate", false, "start hibernated")
5959
genCert = flag.Bool("generateCert", false, "")
60-
additionalConfig = flag.String("additional-config", "config.ini", "config file path")
60+
additionalConfig = flag.String("additional-config", "", "config file path")
6161
isLaunchSelf = flag.Bool("ls", false, "launch self 5 seconds later")
6262

6363
// Ignored flags for compatibility

0 commit comments

Comments
 (0)
Please sign in to comment.