mirror of
https://github.com/Dasharo/dts-scripts.git
synced 2026-06-13 19:16:21 -07:00
dasharo_deploy: hide check_if_fused errors
Signed-off-by: Michał Iwanicki <michal.iwanicki@3mdeb.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user