From 43c5d45353416ec431a370ee0fdb2057e3e1f55f Mon Sep 17 00:00:00 2001 From: Oskar Kapala Date: Mon, 1 Jun 2026 14:35:19 +0200 Subject: [PATCH] =?UTF-8?q?deploy:=20chmod/chown=20na=20/opt/homelab=20odp?= =?UTF-8?q?orne=20na=20znikaj=C4=85ce=20pliki=20eventow?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- services/control-plane/deploy-local.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/control-plane/deploy-local.sh b/services/control-plane/deploy-local.sh index 5f6f2e1..4bc19c3 100755 --- a/services/control-plane/deploy-local.sh +++ b/services/control-plane/deploy-local.sh @@ -42,7 +42,7 @@ done # 3. chown/chmod for UID 1000 echo "Setting permissions for UID 1000 on /opt/homelab..." sudo chown -R 1000:1000 /opt/homelab -sudo chmod -R 775 /opt/homelab +sudo chmod -R 775 /opt/homelab 2>/dev/null || true # 4. Run docker compose up -d --build --force-recreate echo "--- Starting Control Plane Services ---"