Missing $

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

View File

@ -20,7 +20,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/*"