From d306f7fc56b9be424a4b1f141dec7b3e48ca5677 Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Fri, 12 Jan 2024 20:22:58 +0000 Subject: [PATCH] fix(dashcore-utils): run 'webi' by path, not WEBI_HOST url --- dashcore-utils/dashd-hd-service-install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dashcore-utils/dashd-hd-service-install b/dashcore-utils/dashd-hd-service-install index 8c2ebc6..57d8717 100644 --- a/dashcore-utils/dashd-hd-service-install +++ b/dashcore-utils/dashd-hd-service-install @@ -111,7 +111,7 @@ fn_srv_install() { ( echo "Installing 'serviceman'..." echo "" { - curl -fsSL "${WEBI_HOST}/serviceman" | sh + "$HOME/.local/bin/webi" serviceman } > /dev/null # shellcheck disable=SC1090