From 7d272e858a7b57f1010c2d20148122a39f7054d7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B2=B3=E6=9D=BE?= Date: Mon, 19 Sep 2016 13:12:04 +0800 Subject: [PATCH] fix --- lemp.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lemp.sh b/lemp.sh index 96d3c1f..4413df2 100755 --- a/lemp.sh +++ b/lemp.sh @@ -1,6 +1,6 @@ #!/bin/bash -# Install script for LEMP Web Server on CentOS 6 by xiaosong +# Install script for LEMP Web Server base on CentOS 6/7 by xiaosong cd `pwd` # Checking echo "Checking..."