From ccd2b17ddeae6272a132bd06652d3e4c62facdb1 Mon Sep 17 00:00:00 2001 From: Mr Chen Date: Thu, 22 Nov 2018 18:58:46 +0800 Subject: [PATCH] Update install.sh --- scripts/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install.sh b/scripts/install.sh index 290595c98..6e834ee94 100755 --- a/scripts/install.sh +++ b/scripts/install.sh @@ -15,7 +15,7 @@ mkdir -p /www/backup/site wget -O /tmp/master.zip https://codeload.github.com/midoks/mdserver-web/zip/master -unzip /tmp/master.zip +cd /tmp && unzip /tmp/master.zip mv /tmp/mdserver-web-master /www/server/mdserver-web