From dbe0a0548bd928ce0641812f8685c59caf33b77a Mon Sep 17 00:00:00 2001 From: pucherot Date: Wed, 13 Jan 2021 12:38:51 +0100 Subject: [PATCH] v2.54 --- back/pialert.conf | 4 ++-- front/php/templates/footer.php | 2 +- install/create_tar.sh | 6 +++--- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/back/pialert.conf b/back/pialert.conf index a7ca413b..a3d56685 100644 --- a/back/pialert.conf +++ b/back/pialert.conf @@ -1,6 +1,6 @@ -VERSION = '2.52' +VERSION = '2.54' VERSION_YEAR = '2021' -VERSION_DATE = '2021-01-11' +VERSION_DATE = '2021-01-13' DB_PATH = '/home/pi/pialert/db/pialert.db' LOG_PATH = '/home/pi/pialert/log' diff --git a/front/php/templates/footer.php b/front/php/templates/footer.php index f5436d21..f4a13b14 100644 --- a/front/php/templates/footer.php +++ b/front/php/templates/footer.php @@ -4,7 +4,7 @@ © 2021 Puche
- Pi.alert  2.52  (2021-01-11) + Pi.alert  2.54  (2021-01-13)
diff --git a/install/create_tar.sh b/install/create_tar.sh index a0b0c02a..7c37a4b8 100644 --- a/install/create_tar.sh +++ b/install/create_tar.sh @@ -1,15 +1,15 @@ # -PIALERT_VERSION=2.52 +PIALERT_VERSION=2.54 PIALERT_DEV_PATH=/media/WD_4TB/dev cd $PIALERT_DEV_PATH tar tvf pialert/install/pialert_$PIALERT_VERSION.tar | wc -l -rm pialert/install/pialert_$PIALERT_VERSION.tar +rm pialert/install/pialert_*.tar tar cvf pialert/install/pialert_$PIALERT_VERSION.tar --exclude="pialert/install" --exclude="pialert/.git" pialert | wc -l -rm pialert/install/pialert_latest.tar +# rm pialert/install/pialert_latest.tar ln -s pialert_$PIALERT_VERSION.tar pialert/install/pialert_latest.tar