dasharo_deploy: hide check_if_fused errors

Signed-off-by: Michał Iwanicki <michal.iwanicki@3mdeb.com>
This commit is contained in:
Michał Iwanicki
2025-09-18 15:04:34 +02:00
parent 69099702b6
commit 2e0e836837
+1 -1
View File
@@ -1544,7 +1544,7 @@ transition)
transition_workflow
;;
fuse)
if check_if_fused; then
if check_if_fused &>>"$ERR_LOG_FILE"; then
echo "Platform is already fused, nothing to do"
exit "${CANCEL}"
fi