mirror of
https://github.com/jokob-sk/NetAlertX.git
synced 2025-12-07 09:36:05 -08:00
v2.54
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
VERSION = '2.52'
|
VERSION = '2.54'
|
||||||
VERSION_YEAR = '2021'
|
VERSION_YEAR = '2021'
|
||||||
VERSION_DATE = '2021-01-11'
|
VERSION_DATE = '2021-01-13'
|
||||||
|
|
||||||
DB_PATH = '/home/pi/pialert/db/pialert.db'
|
DB_PATH = '/home/pi/pialert/db/pialert.db'
|
||||||
LOG_PATH = '/home/pi/pialert/log'
|
LOG_PATH = '/home/pi/pialert/log'
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
© 2021 Puche
|
© 2021 Puche
|
||||||
<!-- To the right -->
|
<!-- To the right -->
|
||||||
<div class="pull-right no-hidden-xs">
|
<div class="pull-right no-hidden-xs">
|
||||||
Pi.alert  2.52  <small>(2021-01-11)</small>
|
Pi.alert  2.54  <small>(2021-01-13)</small>
|
||||||
</div>
|
</div>
|
||||||
</footer>
|
</footer>
|
||||||
|
|
||||||
|
|||||||
@@ -1,15 +1,15 @@
|
|||||||
#
|
#
|
||||||
PIALERT_VERSION=2.52
|
PIALERT_VERSION=2.54
|
||||||
PIALERT_DEV_PATH=/media/WD_4TB/dev
|
PIALERT_DEV_PATH=/media/WD_4TB/dev
|
||||||
|
|
||||||
cd $PIALERT_DEV_PATH
|
cd $PIALERT_DEV_PATH
|
||||||
|
|
||||||
tar tvf pialert/install/pialert_$PIALERT_VERSION.tar | wc -l
|
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
|
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
|
ln -s pialert_$PIALERT_VERSION.tar pialert/install/pialert_latest.tar
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user