修复用户名密码修改,diff视图滚动

This commit is contained in:
whyour
2021-03-21 11:57:00 +08:00
parent f03323e5d8
commit ecb5bb1718
6 changed files with 33 additions and 20 deletions
+4 -4
View File
@@ -88,10 +88,10 @@ function Git_PullScripts {
echo -e "更新scripts...\n"
cd ${ScriptsDir}
git fetch --all
git rm -f i-chenzhe*
git rm -f moposmall*
git rm -f qq34347476*
git rm -f whyour*
git rm -f --ignore-unmatch i-chenzhe*
git rm -f --ignore-unmatch moposmall*
git rm -f --ignore-unmatch qq34347476*
git rm -f --ignore-unmatch whyour*
git stash
git pull
ExitStatusScripts=$?