Update meilisearch-ui.sh

This commit is contained in:
CanbiZ 2025-06-23 16:22:38 +02:00
parent a13ed3d233
commit bfb00b7b55

View File

@ -22,6 +22,8 @@ APP_DIR="/opt/meilisearch-ui"
SERVICE="meilisearch-ui"
REPO="riccox/meilisearch-ui"
header_info "$APP"
if ! command -v meilisearch >/dev/null || ! systemctl is-active --quiet meilisearch; then
msg_error "Meilisearch is not installed or not running. Please install and start Meilisearch before using this addon."
exit 1