diff --git a/public/templates/commands.html b/public/templates/commands.html
index 759e18d..ae8af52 100644
--- a/public/templates/commands.html
+++ b/public/templates/commands.html
@@ -41,9 +41,8 @@
sed -i -r 's/(listen .*443)/\1;#/g; s/(ssl_(certificate|certificate_key|trusted_certificate) )/#;#\1/g' /etc/nginx/nginx.conf /etc/nginx/sites-{{ isSymlink() ? 'available' : 'enabled' }}/{{ _domain }}.conf
-
- echo -e '#!/bin/bash\nnginx -t && systemctl reload nginx' | sudo tee /etc/letsencrypt/renewal-hooks/post/nginx-reload.sh
- sudo chmod a+x /etc/letsencrypt/renewal-hooks/post/nginx-reload.sh
+
+ sudo nginx -t && sudo systemctl reload nginx
certbot /etc/nginx/nginx.conf /etc/nginx/sites-{{ isSymlink() ? 'available' : 'enabled' }}/{{ _domain }}.conf
-
+-->
sudo nginx -t && sudo systemctl reload nginx