mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-16 22:50:13 +01:00
🎨 Improve auth code check exit code
Signed-off-by: Daniel <845765@qq.com>
This commit is contained in:
parent
bff6f06999
commit
2bf5bb50c2
1 changed files with 1 additions and 1 deletions
|
|
@ -140,7 +140,7 @@ func Boot() {
|
|||
// The access authorization code command line parameter must be set when deploying via Docker https://github.com/siyuan-note/siyuan/issues/9328
|
||||
fmt.Printf("the access authorization code command line parameter (--accessAuthCode) must be set when deploying via Docker\n")
|
||||
fmt.Printf("or you can set the SIYUAN_ACCESS_AUTH_CODE env var")
|
||||
os.Exit(1)
|
||||
os.Exit(logging.ExitCodeSecurityRisk)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue