mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
[mod] add some documentation comment
This commit is contained in:
parent
a32359c76a
commit
5086707983
1 changed files with 1 additions and 0 deletions
|
@ -315,6 +315,7 @@ def _migrate_from_md5_tsig_to_sha512_tsig(private_key_path, domain, dyn_host):
|
||||||
os.system("mv /etc/yunohost/dyndns/*+165* /tmp")
|
os.system("mv /etc/yunohost/dyndns/*+165* /tmp")
|
||||||
return public_key_path
|
return public_key_path
|
||||||
|
|
||||||
|
# remove old certificates
|
||||||
os.system("mv /etc/yunohost/dyndns/*+157* /tmp")
|
os.system("mv /etc/yunohost/dyndns/*+157* /tmp")
|
||||||
|
|
||||||
# sleep to wait for dyndns cache invalidation
|
# sleep to wait for dyndns cache invalidation
|
||||||
|
|
Loading…
Add table
Reference in a new issue