diff --git a/install/openobserve-install.sh b/install/openobserve-install.sh index 487864b4..2e2552a7 100644 --- a/install/openobserve-install.sh +++ b/install/openobserve-install.sh @@ -22,7 +22,7 @@ msg_ok "Installed Dependencies" msg_info "Installing OpenObserve" mkdir -p /opt/openserve/data LATEST=$(curl -sL https://api.github.com/repos/openobserve/openobserve/releases/latest | grep '"tag_name":' | cut -d'"' -f4) -$STD tar zxvf <(curl -fsSL https://github.com/openobserve/openobserve/releases/download/$LATEST/openobserve-${LATEST}-linux-amd64.tar.gz) -C /opt/openobserve +tar zxvf <(curl -fsSL https://github.com/openobserve/openobserve/releases/download/$LATEST/openobserve-${LATEST}-linux-amd64.tar.gz) -C /opt/openobserve &>/dev/null cat </opt/openobserve/data/.env ZO_ROOT_USER_EMAIL = "admin@example.com"