Update install

This commit is contained in:
2017-12-29 23:26:28 +01:00
committed by GitHub
parent 989c948a4b
commit a83dbb4a83
+2 -2
View File
@@ -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"