diff host/renewSsl.sh @ 2072:b934176dfcf1

https hacks
author Franklin Schmidt <fschmidt@gmail.com>
date Sun, 07 Dec 2025 16:28:28 -0700
parents dd10659fcdb9
children
line wrap: on
line diff
--- a/host/renewSsl.sh	Sat Dec 06 16:06:42 2025 -0700
+++ b/host/renewSsl.sh	Sun Dec 07 16:28:28 2025 -0700
@@ -1,6 +1,10 @@
 #!/bin/bash
+set -e
 
-set -e
+# for now - fschmidt
+echo 'totally fucked up'
+exit 1
+
 cd "$1" || exit 1
 
 ROOTPWD=$(pwd)