Update update.sh

This commit is contained in:
qkqpttgf 2020-11-07 17:05:07 +08:00 committed by GitHub
parent bd98c88f84
commit c7a835d457
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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 *~