From 61002eefc0d21e79125d168d93ccd51c283f5ffb Mon Sep 17 00:00:00 2001 From: Stefan Pejcic Date: Tue, 12 Nov 2024 19:22:18 +0100 Subject: [PATCH] Update INSTALL.sh --- services/proxy/INSTALL.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/services/proxy/INSTALL.sh b/services/proxy/INSTALL.sh index 5685a182..a7a5530a 100644 --- a/services/proxy/INSTALL.sh +++ b/services/proxy/INSTALL.sh @@ -1,7 +1,8 @@ #!/bin/bash # FILES - +mv html /var/www/html +cd /var/www/html # CADDY mv caddy/fullchain.pem /etc/caddy/certs/fullchain.pem