Skip to content

Commit

Permalink
version 21.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jarischaefer committed Nov 15, 2021
1 parent 307e1fc commit 9bd12b0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions post_install/etc/my_init.d/librenms_106_daily
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@

if [ "$DAILY_ON_STARTUP" = "true" ]; then
cd /opt/librenms
/sbin/setuser librenms ./lnms migrate --force
/sbin/setuser librenms ./daily.sh
fi
2 changes: 1 addition & 1 deletion pre_install/build/install
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash -eu

LIBRENMS_VERSION=${LIBRENMS_VERSION:-21.10.2}
LIBRENMS_VERSION=${LIBRENMS_VERSION:-21.11.0}
LIBRENMS_WEATHERMAP_VERSION=2b9e0f2e7df80b1e5eb75a1470bc657325cbb381

# Dependencies
Expand Down

0 comments on commit 9bd12b0

Please sign in to comment.