We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd5b8b9 commit ac248e6Copy full SHA for ac248e6
ct/netbox.sh
@@ -64,7 +64,7 @@ if [ ! -d "/opt/netbox-${RELEASE}" ]; then
64
systemctl stop netbox netbox-rq
65
msg_ok "Stopped ${APP}"
66
67
- msg_info "Updating $APP LXC"
+ msg_info "Updating $APP to v${RELEASE}"
68
apt-get -y upgrade &>/dev/null
69
70
OLD_VERSION_PATH=$(ls -d /opt/netbox-*/)
0 commit comments