fix: pass context to cert and cache

This commit is contained in:
Jacky 2025-05-05 01:36:39 +00:00
parent 910a2efbd9
commit 0162e10c53
No known key found for this signature in database
GPG key ID: 215C21B10DF38B4D
7 changed files with 68 additions and 35 deletions

View file

@ -25,7 +25,7 @@ func init() {
}
func installLockStatus() bool {
return settings.NodeSettings.SkipInstallation || "" != cSettings.AppSettings.JwtSecret
return settings.NodeSettings.SkipInstallation || cSettings.AppSettings.JwtSecret != ""
}
// Check if installation time limit (10 minutes) is exceeded