Skip to content

Commit ac248e6

Browse files
Update ct/netbox.sh
Co-authored-by: Håvard Gjøby Thom <[email protected]>
1 parent dd5b8b9 commit ac248e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ct/netbox.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ if [ ! -d "/opt/netbox-${RELEASE}" ]; then
6464
systemctl stop netbox netbox-rq
6565
msg_ok "Stopped ${APP}"
6666

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

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

0 commit comments

Comments
 (0)