Pi.Alert v3.02

#114 - Fixed: UNIQUE constraint failed with Local MAC
This commit is contained in:
pucherot
2021-04-24 11:48:11 +02:00
parent 9c324b1817
commit 9232f31778
8 changed files with 39 additions and 21 deletions

View File

@@ -8,12 +8,10 @@
# Puche 2021 pi.alert.application@gmail.com GNU GPLv3
# ------------------------------------------------------------------------------
PIALERT_VERSION=`awk '$1=="VERSION" { print $3 }' ../config/version.conf | tr -d \'`
PIALERT_DEV_PATH=/media/WD_4TB/dev
# ------------------------------------------------------------------------------
cd $PIALERT_DEV_PATH
pwd
PIALERT_VERSION=`awk '$1=="VERSION" { print $3 }' pialert/config/version.conf | tr -d \'`
# ------------------------------------------------------------------------------
ls -l pialert/tar/pialert*.tar

Binary file not shown.