fix(dashcore-utils): run 'webi' by path, not WEBI_HOST url

This commit is contained in:
AJ ONeal
2024-01-15 21:48:53 -07:00
parent 90344c5365
commit d306f7fc56
+1 -1
View File
@@ -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