Update bar-assistant.sh

This commit is contained in:
Bas van den Berg 2025-05-25 21:13:33 +02:00
parent e447549c20
commit 6c4b3c265e

View File

@ -72,7 +72,6 @@ function update_script() {
fi
if [[ ! -f /opt/vue-salt-rim_version.txt ]] || [[ "${RELEASE_SALTRIM}" != "$(cat /opt/vue-salt-rim_version.txt)" ]]; then
msg_info "Updating Salt Rim
msg_info "Stopping nginx"
systemctl stop nginx
msg_ok "Stopped nginx"