From 116a86327be8ac8411727a82e69d4500a4fd65bf Mon Sep 17 00:00:00 2001 From: leiweibau <105860611+leiweibau@users.noreply.github.com> Date: Sun, 26 Jun 2022 18:05:23 +0200 Subject: [PATCH] Update create_tar.sh --- tar/create_tar.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tar/create_tar.sh b/tar/create_tar.sh index 8461f514..0af9b429 100755 --- a/tar/create_tar.sh +++ b/tar/create_tar.sh @@ -10,11 +10,10 @@ PIALERT_DEV_PATH=$(pwd) cd $PIALERT_DEV_PATH'/../' -echo "----------------" PIALERT_VERSION=`awk '$1=="VERSION" { print $3 }' config/version.conf | tr -d \'` echo $PIALERT_VERSION -echo "----------------" + # ------------------------------------------------------------------------------ ls -l tar/pialert*.tar tar tvf tar/pialert_latest.tar | wc -l