From e40099236267db763ba3c2821c84f64c1fd7f889 Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Tue, 13 Jan 2026 13:56:06 +0100 Subject: [PATCH] update message --- ct/ampache.sh | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/ct/ampache.sh b/ct/ampache.sh index 044b8e342..5bc082f0f 100644 --- a/ct/ampache.sh +++ b/ct/ampache.sh @@ -51,13 +51,17 @@ function update_script() { cp /tmp/ampache_play.htaccess.backup /opt/ampache/public/play/.htaccess chmod 664 /opt/ampache/public/rest/.htaccess /opt/ampache/public/play/.htaccess chown -R www-data:www-data /opt/ampache - rm -f /tmp/ampache*.backup msg_ok "Restored Configuration" + msg_info "Cleaning up" + rm -f /tmp/ampache*.backup + msg_ok "Cleaned up" + msg_info "Starting Apache" systemctl start apache2 msg_ok "Started Apache" msg_ok "Updated successfully!" + msg_custom "⚠️" "${YW}" "Complete database update by visiting: http://${IP}/update.php" fi exit }