fix variable name
This commit is contained in:
parent
d1d7003868
commit
86e92cfb9c
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
|||
GIT_DIR=%%dirname(%%dirname(%%nginx_root))
|
||||
REPO_DIR=%%dirname(%%nginx_root)
|
||||
|
||||
if [ ! -d $GIT_SITE/.git ]; then
|
||||
if [ ! -d $REPO_DIR/.git ]; then
|
||||
if [ -d %%nginx_root ]; then
|
||||
rm -rf %%nginx_root
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue