This commit is contained in:
Leon 2021-07-25 17:29:44 +08:00 committed by GitHub
parent c1a5c0bb3d
commit 603fae6072
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,7 +13,7 @@ Help=$dir_git/Scripts/sh/Helpcode2\.8
) | docker exec -i telegram-cli telegram-cli -N
cd $dir_git
git fetch --all && git reset --hard origin/master && git pull
git fetch --all && git reset --hard origin/main && git pull
find $dir_sync -name "*code\.sh" -exec mv {} $Help/code\.sh \;
find $dir_sync -name "*task_before\.sh" -exec mv {} $Help/task_before\.sh \;
find $dir_sync -name "*config_sample\.sh" -exec mv {} $Help/config_sample\.sh \;