diff --git a/src/nginxconfig/templates/prism/bash.vue b/src/nginxconfig/templates/prism/bash.vue
new file mode 100644
index 0000000..6530adf
--- /dev/null
+++ b/src/nginxconfig/templates/prism/bash.vue
@@ -0,0 +1,20 @@
+
+
+ {{ cmd }}
+ sudo nginx -t && sudo systemctl reload nginx
+
+
+ sudo nginx -t && sudo systemctl reload nginx
+ 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
+