diff --git a/scripts/dasharo-deploy.sh b/scripts/dasharo-deploy.sh index b2daf3f..4066f05 100644 --- a/scripts/dasharo-deploy.sh +++ b/scripts/dasharo-deploy.sh @@ -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