update message

This commit is contained in:
CanbiZ 2026-01-13 13:56:06 +01:00
parent e9872795ee
commit e400992362

View File

@ -51,13 +51,17 @@ function update_script() {
cp /tmp/ampache_play.htaccess.backup /opt/ampache/public/play/.htaccess cp /tmp/ampache_play.htaccess.backup /opt/ampache/public/play/.htaccess
chmod 664 /opt/ampache/public/rest/.htaccess /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 chown -R www-data:www-data /opt/ampache
rm -f /tmp/ampache*.backup
msg_ok "Restored Configuration" msg_ok "Restored Configuration"
msg_info "Cleaning up"
rm -f /tmp/ampache*.backup
msg_ok "Cleaned up"
msg_info "Starting Apache" msg_info "Starting Apache"
systemctl start apache2 systemctl start apache2
msg_ok "Started Apache" msg_ok "Started Apache"
msg_ok "Updated successfully!" msg_ok "Updated successfully!"
msg_custom "⚠️" "${YW}" "Complete database update by visiting: http://${IP}/update.php"
fi fi
exit exit
} }