mirror of
https://github.com/yusing/godoxy.git
synced 2025-05-19 20:32:35 +02:00
fix(setup): skipped autocert configuration
This commit is contained in:
parent
31dc112591
commit
4ddfb48b9d
1 changed files with 2 additions and 1 deletions
|
@ -210,6 +210,7 @@ setenv "GODOXY_API_USER" "$LOGIN_USERNAME"
|
|||
setenv "GODOXY_API_PASSWORD" "$LOGIN_PASSWORD"
|
||||
|
||||
# 6. setup autocert
|
||||
ask_while_empty "Configure autocert? (y/n): " ENABLE_AUTOCERT
|
||||
|
||||
# quit if not using autocert
|
||||
if [ "$ENABLE_AUTOCERT" == "y" ]; then
|
||||
|
|
Loading…
Add table
Reference in a new issue