Update update.sh

This commit is contained in:
qkqpttgf
2020-11-07 17:05:07 +08:00
committed by GitHub
parent bd98c88f84
commit c7a835d457
+1 -1
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 *~