From e257044ff67134a956c5ff969ca92b03d0f1e5b7 Mon Sep 17 00:00:00 2001 From: v-zhangjc9 Date: Mon, 27 May 2024 16:39:17 +0800 Subject: [PATCH] =?UTF-8?q?fix(bin):=20=E4=BF=AE=E5=A4=8Dytp=E4=B8=8A?= =?UTF-8?q?=E4=BC=A0=E5=90=8E=E6=B2=A1=E6=9C=89=E6=B8=85=E7=90=86jar?= =?UTF-8?q?=E5=8C=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bin/library.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bin/library.sh b/bin/library.sh index b39d668..b3cc5d5 100755 --- a/bin/library.sh +++ b/bin/library.sh @@ -41,6 +41,8 @@ function upload_ytp() { sshpass -p $iap_password ssh -o 'StrictHostKeyChecking no' $iap_url "curl --retry 5 $ytp_url -T /tmp/$file_name" echo "↪ Upload ytp success" echo "↪ Download: curl $ytp_url/$file_name -o $file_name" + echo "↪ Delete source" + rm $source_file_path } function joining {