Skip to content

Commit

Permalink
Update ct/netbox.sh
Browse files Browse the repository at this point in the history
Co-authored-by: Håvard Gjøby Thom <[email protected]>
  • Loading branch information
bvdberg01 and havardthom authored Nov 17, 2024
1 parent dd5b8b9 commit ac248e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ct/netbox.sh
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ if [ ! -d "/opt/netbox-${RELEASE}" ]; then
systemctl stop netbox netbox-rq
msg_ok "Stopped ${APP}"

msg_info "Updating $APP LXC"
msg_info "Updating $APP to v${RELEASE}"
apt-get -y upgrade &>/dev/null

OLD_VERSION_PATH=$(ls -d /opt/netbox-*/)
Expand Down

0 comments on commit ac248e6

Please sign in to comment.