Skip to content

Commit

Permalink
v2.54
Browse files Browse the repository at this point in the history
  • Loading branch information
pucherot committed Jan 13, 2021
1 parent e8f723d commit dbe0a05
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions back/pialert.conf
Original file line number Diff line number Diff line change
@@ -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'
Expand Down
2 changes: 1 addition & 1 deletion front/php/templates/footer.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
© 2021 Puche
<!-- To the right -->
<div class="pull-right no-hidden-xs">
Pi.alert&nbsp&nbsp2.52&nbsp&nbsp<small>(2021-01-11)</small>
Pi.alert&nbsp&nbsp2.54&nbsp&nbsp<small>(2021-01-13)</small>
</div>
</footer>
Expand Down
6 changes: 3 additions & 3 deletions install/create_tar.sh
Original file line number Diff line number Diff line change
@@ -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


Expand Down

0 comments on commit dbe0a05

Please sign in to comment.