Clean and refresh web root

This commit is contained in:
Ryan Whytsell 2025-10-21 15:54:27 -04:00
parent 752f9054c2
commit 2d669ffac6
Signed by: Epithium
GPG Key ID: 940AC18C08E925EA
1 changed files with 3 additions and 0 deletions

View File

@ -45,6 +45,9 @@ NC='\033[0m' # No Color
# Script directory
WEB_ROOT="/var/www/vidrip"
SCRIPT_DIR="$WEB_ROOT"
rm -rf "$WEB_ROOT/*"
cp ./* "$WEB_ROOT"
cd "$SCRIPT_DIR"
# Configuration