From a8988b00ac9e549404d3dac4d9e9ad25f57bbe11 Mon Sep 17 00:00:00 2001 From: Ryan Whytsell Date: Tue, 21 Oct 2025 16:02:08 -0400 Subject: [PATCH] Missing $ --- start-production.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/start-production.sh b/start-production.sh index 56843cf..c37d7b7 100755 --- a/start-production.sh +++ b/start-production.sh @@ -20,7 +20,7 @@ NC='\033[0m' # No Color # Script directory WEB_ROOT="/var/www/vidrip" -SCRIPT_DIR=(pwd) +SCRIPT_DIR=$(pwd) echo -e "$SCRIPT_DIR" rm -rf "$WEB_ROOT/*"