mirror of
https://github.com/YunoHost/dynette.git
synced 2024-09-03 20:06:17 +02:00
[mod] I'm going to wait in YunoHost code, not on the server
This commit is contained in:
parent
368fe5d206
commit
b8487cd3a9
1 changed files with 0 additions and 4 deletions
|
@ -235,10 +235,6 @@ put '/migrate_key_to_sha512/' do
|
|||
# let's try flusing here, hope that could help ... (this design is so awful)
|
||||
`/usr/sbin/rndc flush`
|
||||
|
||||
# assume that the dynette.cron.py runs every minute like on prod and add a
|
||||
# bit of security margin. I hate that.
|
||||
sleep(180)
|
||||
|
||||
halt 201, { :public_key => entry.public_key, :subdomain => entry.subdomain, :current_ip => entry.current_ip }.to_json
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue