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/*"