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