From c7a835d457afb5c07b5caa32bdb2443604590bb4 Mon Sep 17 00:00:00 2001 From: qkqpttgf <45693631+qkqpttgf@users.noreply.github.com> Date: Sat, 7 Nov 2020 17:05:07 +0800 Subject: [PATCH] Update update.sh --- update.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update.sh b/update.sh index 3df4e0c..c7233be 100644 --- a/update.sh +++ b/update.sh @@ -62,7 +62,7 @@ OneManagerPath=`cd $(dirname $0);pwd -P` cd ${OneManagerPath} git clone ${branch} ${gitsource} -[ g"$install" == g"1" ] || \mv -b config.php OneManager-php/ +[ g"$install" == g"1" ] || \mv -b .data/config.php OneManager-php/.data/ \mv -b OneManager-php/* ./ \mv -b OneManager-php/.[^.]* ./ rm -rf *~