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 exit 1
fi fi
if [ -d "/nginx/sites" ]; then if [ -d "/nginx/" ]; then
echo "We've detect a folder '/nginx/sites' which means" echo "We've detect a folder '/nginx/' which means"
echo "Maybe you have use this script before!" echo "Maybe you have use this script before!"
echo "You can fix this by executing!" echo "You can fix this by executing!"
echo "./setup clean" echo "./setup clean"