Missing $
This commit is contained in:
parent
74ff18810f
commit
a8988b00ac
|
|
@ -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/*"
|
||||
|
|
|
|||
Loading…
Reference in New Issue