From a590e804f3a3149121ad1c5d3949525b3c89bd3d Mon Sep 17 00:00:00 2001 From: Pinga <121483313+getpinga@users.noreply.github.com> Date: Wed, 3 Jan 2024 10:59:14 +0200 Subject: [PATCH] One more issue removed from installer --- docs/install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/install.sh b/docs/install.sh index da834ca..e45cd7e 100644 --- a/docs/install.sh +++ b/docs/install.sh @@ -247,8 +247,8 @@ EOF systemctl restart caddy echo "Control Panel Setup..." - mkdir -p /var/www/cp - cp -r /opt/registry/cp /var/www/cp + mkdir -p /var/www + cp -r /opt/registry/cp /var/www mv /var/www/cp/env-sample /var/www/cp/.env # Update .env file with the actual values