Skip to content

Commit

Permalink
Upgrade libraries in the entry script
Browse files Browse the repository at this point in the history
  • Loading branch information
abitmore committed Nov 1, 2022
1 parent 501cec4 commit 65befca
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docker/bitsharesentry.sh
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,9 @@ ln -f -s /etc/bitshares/logging.ini /var/lib/bitshares

chown -R bitshares:bitshares /var/lib/bitshares

# Get the latest security updates
apt-get update && apt-get upgrade -y -o Dpkg::Options::="--force-confold"

# Plugins need to be provided in a space-separated list, which
# makes it necessary to write it like this
if [[ ! -z "$BITSHARESD_PLUGINS" ]]; then
Expand Down

0 comments on commit 65befca

Please sign in to comment.