mirror of
https://github.com/aljazceru/ark.git
synced 2025-12-18 20:54:20 +01:00
Add env unlocker (#350)
This commit is contained in:
committed by
GitHub
parent
0d39bb6b9f
commit
bc8df6802e
@@ -81,6 +81,7 @@ func mainAction(_ *cli.Context) error {
|
||||
BoardingExitDelay: cfg.BoardingExitDelay,
|
||||
UnlockerType: cfg.UnlockerType,
|
||||
UnlockerFilePath: cfg.UnlockerFilePath,
|
||||
UnlockerPassword: cfg.UnlockerPassword,
|
||||
}
|
||||
svc, err := grpcservice.NewService(svcConfig, appConfig)
|
||||
if err != nil {
|
||||
|
||||
Reference in New Issue
Block a user