mirror of
https://github.com/jokob-sk/NetAlertX.git
synced 2025-12-07 09:36:05 -08:00
fix DB Error and update archive
This commit is contained in:
BIN
db/pialert.db
BIN
db/pialert.db
Binary file not shown.
@@ -8,6 +8,6 @@
|
|||||||
#-------------------------------------------------------------------------------
|
#-------------------------------------------------------------------------------
|
||||||
|
|
||||||
0 3 * * 1 python ~/pialert/back/pialert.py update_vendors >~/pialert/log/pialert.vendors.log 2>&1
|
0 3 * * 1 python ~/pialert/back/pialert.py update_vendors >~/pialert/log/pialert.vendors.log 2>&1
|
||||||
*/1 * * * * python ~/pialert/back/pialert.py internet_IP >~/pialert/log/pialert.IP.log 2>&1
|
*/3 * * * * python ~/pialert/back/pialert.py internet_IP >~/pialert/log/pialert.IP.log 2>&1
|
||||||
*/5 * * * * python ~/pialert/back/pialert.py 1 >~/pialert/log/pialert.1.log 2>&1
|
*/5 * * * * python ~/pialert/back/pialert.py 1 >~/pialert/log/pialert.1.log 2>&1
|
||||||
#*/15 * * * * python ~/pialert/back/pialert.py 15 >~/pialert/log/pialert.15.log 2>&1
|
#*/15 * * * * python ~/pialert/back/pialert.py 15 >~/pialert/log/pialert.15.log 2>&1
|
||||||
|
|||||||
@@ -454,7 +454,7 @@ download_pialert() {
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
print_msg "- Downloading installation tar file..."
|
print_msg "- Downloading installation tar file..."
|
||||||
curl -Lo "$INSTALL_DIR/pialert_latest.tar" https://raw.githubusercontent.com/leiweibau/Pi.Alert/setup_test/tar/pialert_latest.tar
|
curl -Lo "$INSTALL_DIR/pialert_latest.tar" https://github.com/leiweibau/Pi.Alert/raw/setup_test/tar/pialert_latest.tar
|
||||||
echo ""
|
echo ""
|
||||||
|
|
||||||
print_msg "- Uncompressing tar file"
|
print_msg "- Uncompressing tar file"
|
||||||
|
|||||||
Reference in New Issue
Block a user