更新于 07-13 09:24 支持TS脚本,紧急修复

This commit is contained in:
root
2021-07-13 09:24:48 -04:00
parent 0b1095c842
commit 5412fe1da7
5 changed files with 20 additions and 10 deletions

View File

@ -4,4 +4,6 @@ dir_shell=$(dirname $(readlink -f "$0"))
dir_root=$dir_shell
cd $dir_root
git pull && echo "自动修复完毕,无异常"
git fetch --all
git reset --hard origin/A1
echo "自动修复完毕,无异常"