Missing $

This commit is contained in:
Ryan Whytsell 2025-10-21 16:02:08 -04:00
parent d45430c07f
commit 70c68e3593
Signed by: Epithium
GPG Key ID: 940AC18C08E925EA
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ NC='\033[0m' # No Color
# Script directory # Script directory
WEB_ROOT="/var/www/vidrip" WEB_ROOT="/var/www/vidrip"
SCRIPT_DIR=(pwd) SCRIPT_DIR=$(pwd)
echo -e "$SCRIPT_DIR" echo -e "$SCRIPT_DIR"
rm -rf "$WEB_ROOT/*" rm -rf "$WEB_ROOT/*"