This commit is contained in:
Leon 2021-07-25 13:27:03 +08:00 committed by GitHub
parent 222cc5f94c
commit 20d4d81252
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,5 +1,6 @@
#!/bin/bash
dir_sync=/root/Help/互助研究院\(1597522865\)/2021年07月
(
@ -8,4 +9,9 @@
echo "msg DlHelper /start https://t.me/update_help"
echo "safe_quit"
) | docker exec -i telegram-cli telegram-cli -N
) | docker exec -i telegram-cli telegram-cli -N
find $dir_sync -name "*code\.sh" -exec mv {} $dir_sync/code\.sh \;
find $dir_sync -name "*task_before\.sh" -exec mv {} $dir_sync/task_before\.sh \;
find $dir_sync -name "*config_sample\.sh" -exec mv {} $dir_sync/config_sample\.sh \;