From 136c544c57d657923ec12cc8ad5871764b294a47 Mon Sep 17 00:00:00 2001 From: Leon <62660101+Oreomeow@users.noreply.github.com> Date: Sun, 25 Jul 2021 14:30:15 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=8D=ADTest?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Scripts/sh/DlHelper.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Scripts/sh/DlHelper.sh b/Scripts/sh/DlHelper.sh index cb851a3..29df183 100644 --- a/Scripts/sh/DlHelper.sh +++ b/Scripts/sh/DlHelper.sh @@ -1,7 +1,9 @@ #!/bin/bash dir_sync=/root/Help/互助研究院\(1597522865\)/2021年07月 +py=/root/telegram_channel_downloader/tg_channel_downloader.py +python3 $py & ( echo "resolve_username DlHelper_bot" @@ -11,7 +13,6 @@ dir_sync=/root/Help/互助研究院\(1597522865\)/2021年07月 echo "safe_quit" ) | 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 \;