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