Skip to content

Commit 07b73c4

Browse files
committed
Move fingerprint options back to str options where they belong.
1 parent 9e72313 commit 07b73c4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

mig/install/generateconfs.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,10 @@ def main(argv, _generate_confs=generate_confs, _print=print):
145145
'ext_oidc_rewrite_cookie',
146146
'dhparams_path',
147147
'daemon_keycert',
148+
'daemon_keycert_sha256',
148149
'daemon_pubkey',
150+
'daemon_pubkey_md5',
151+
'daemon_pubkey_sha256',
149152
'daemon_show_address',
150153
'alias_field',
151154
'peers_permit',
@@ -291,9 +294,6 @@ def main(argv, _generate_confs=generate_confs, _print=print):
291294
'enable_openid',
292295
'enable_gravatars',
293296
'enable_sitestatus',
294-
'daemon_keycert_sha256',
295-
'daemon_pubkey_md5',
296-
'daemon_pubkey_sha256',
297297
'daemon_pubkey_from_dns',
298298
'seafile_ro_access',
299299
'public_use_https',

0 commit comments

Comments
 (0)