From c0975bf2384f3f05a36551809a28f8ce331df0ee Mon Sep 17 00:00:00 2001 From: SDGDen Date: Fri, 6 Mar 2026 03:36:43 +0100 Subject: [PATCH] add -r to cp --- deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy.sh b/deploy.sh index 7cc3998..997c272 100644 --- a/deploy.sh +++ b/deploy.sh @@ -258,7 +258,7 @@ curl "https://dockge.kuma.pet/compose.yaml?port=5001&stacksPath=%2Fopt%2Fstacks" # write configuration to compose files cp -r $scriptdir/stacks /opt -cp $scriptdir/setup /opt/stacks +cp -r $scriptdir/setup /opt/stacks chmod -R 775 /opt/stacks cd /opt/stacks