From e1862c63aaa886c890746b796e9fbc084054f596 Mon Sep 17 00:00:00 2001 From: Peter Steenbergen Date: Sun, 8 Dec 2019 14:23:02 +0100 Subject: [PATCH] MycroftOS: Don's start mycroft-cli-client by default. - Also in preperation to showing a help section with typical commands available for MycroftOS. --- .../rootfs-overlay/home/mycroft/cli_login.sh | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/buildroot-external/rootfs-overlay/home/mycroft/cli_login.sh b/buildroot-external/rootfs-overlay/home/mycroft/cli_login.sh index 7139ca0b..45deaa77 100644 --- a/buildroot-external/rootfs-overlay/home/mycroft/cli_login.sh +++ b/buildroot-external/rootfs-overlay/home/mycroft/cli_login.sh @@ -14,6 +14,7 @@ echo "** MycroftOS Version 0.1.0 **" echo "** **" echo "***************************************************************" echo -echo "Please wait a moment while I load the Mycroft CLI client ..." -sleep 2 # give user a few moments to notice the version -mycroft-cli-client +echo "Welcome to MycroftOS, you can start the mycroft CLI by; " +echo +echo "mycroft-cli-client" +