This commit is contained in:
Leon 2021-08-06 14:13:54 +08:00 committed by GitHub
parent 2ee832bf0c
commit b869566f2d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -23,4 +23,4 @@ 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 \;
ps -ef|grep tg_channel_downloader.py|grep -v grep|awk '{print $1}'|xargs kill -9
ps -ef|grep tg_channel_downloader.py|grep -v grep|awk '{print $2}'|xargs kill -9