From 70c68e35934d4471f70dc403ca716c1da7d1aada 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 ce46130..0d842b9 100755 --- a/start-production.sh +++ b/start-production.sh @@ -44,7 +44,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/*"