fix install.sh

This commit is contained in:
2026-08-09 12:03:05 +02:00
parent 26b5754f60
commit 9162eebccc
-1
View File
@@ -97,5 +97,4 @@ else
fi fi
echo "Installed ${BIN_NAME} to ${INSTALL_DIR}/${BIN_NAME}" echo "Installed ${BIN_NAME} to ${INSTALL_DIR}/${BIN_NAME}"
"${INSTALL_DIR}/${BIN_NAME}" --help >/dev/null 2>&1 || true
echo "Done. Run '${BIN_NAME}' to get started." echo "Done. Run '${BIN_NAME}' to get started."