Update log message for stopping Metabase service

This commit is contained in:
Tobias
2025-11-16 15:53:26 +01:00
committed by GitHub
parent 63f993c51e
commit ed453052a9

View File

@@ -31,7 +31,7 @@ function update_script() {
if check_for_gh_release "metabase" "metabase/metabase"; then if check_for_gh_release "metabase" "metabase/metabase"; then
msg_info "Stopping Service" msg_info "Stopping Service"
systemctl stop metabase systemctl stop metabase
msg_info "Service stopped" msg_info "Stopped Service"
msg_info "Creating backup" msg_info "Creating backup"
mv /opt/metabase/.env /opt mv /opt/metabase/.env /opt