From a83dbb4a83c6ddc03d890efea87188808b024503 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C6=ACHE=20=D0=AFAW=20=E2=98=A3?= Date: Fri, 29 Dec 2017 23:26:28 +0100 Subject: [PATCH] Update install --- install | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install b/install index d3f3b2a..8ba0733 100644 --- a/install +++ b/install @@ -9,8 +9,8 @@ case "`grep DISTRIB_CODENAME /etc/*-release | awk -F '=' '{print $2}'`" in exit 1 fi - if [ -d "/nginx/sites" ]; then - echo "We've detect a folder '/nginx/sites' which means" + if [ -d "/nginx/" ]; then + echo "We've detect a folder '/nginx/' which means" echo "Maybe you have use this script before!" echo "You can fix this by executing!" echo "./setup clean"