From 2fabb02f404be4fe378912706cd7c2b501510300 Mon Sep 17 00:00:00 2001 From: Ryan Whytsell Date: Tue, 21 Oct 2025 15:55:02 -0400 Subject: [PATCH] Recursive cp --- start-production.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/start-production.sh b/start-production.sh index 63c0e2c..2a44a41 100755 --- a/start-production.sh +++ b/start-production.sh @@ -47,7 +47,7 @@ WEB_ROOT="/var/www/vidrip" SCRIPT_DIR="$WEB_ROOT" rm -rf "$WEB_ROOT/*" -cp ./* "$WEB_ROOT" +cp -r ./* "$WEB_ROOT" cd "$SCRIPT_DIR" # Configuration