Update install_centos.sh

This commit is contained in:
midoks 2020-07-09 20:05:14 +08:00
parent d938affe9b
commit f802cc36d3
1 changed files with 1 additions and 1 deletions

View File

@ -67,7 +67,7 @@ systemctl stop firewalld
yum install -y libevent libevent-devel libzip-devel mysql-devel libjpeg* libpng* freetype* gd* zip unzip
if [ ! -d '/www/server/mdserver-web' ];then
if [ ! -d /www/server/mdserver-web ];then
wget -O /tmp/master.zip https://codeload.github.com/midoks/mdserver-web/zip/master
cd /tmp && unzip /tmp/master.zip
mv /tmp/mdserver-web-master /www/server/mdserver-web