Split command to be compatible with container sh
diff --git a/utils/ci/check_manual_usage_example.sh b/utils/ci/check_manual_usage_example.sh
index ea8c2af..56edf79 100755
--- a/utils/ci/check_manual_usage_example.sh
+++ b/utils/ci/check_manual_usage_example.sh
@@ -72,7 +72,8 @@
 son-emu-cli compute list && sleep 1s
 sync # avoid text overlapping
 # Gather some infos
-Cmd 'sh sync && echo -e "\n... starting various checks"'
+Cmd 'sh sync'
+Cmd 'sh echo "... starting various checks"'
 sync # avoid text overlapping
 Cmd 'vnf1 ifconfig && sync && echo -e "\n... checked vnf1"'
 W "^... checked vnf1"