Browse Source

disable cleanup for tests

Tobias Cudnik 2 years ago
parent
commit
290a783a6c
1 changed files with 2 additions and 2 deletions
  1. 2 2
      scripts/nm-certs.sh

+ 2 - 2
scripts/nm-certs.sh

@@ -64,8 +64,8 @@ sudo docker run -it --rm --name certbot \
 	--entrypoint "/opt/certbot/certbot-entry.sh" \
 	certbot/certbot
 
-# clean up
-rm "$SCRIPT_DIR/certbot-entry.sh"
+# clean up TODO enable
+#rm "$SCRIPT_DIR/certbot-entry.sh"
 
 # check if successful
 if [ ! -f "$CERT_DIR"/fullchain.pem ]; then