From 730d5ec061e97be58c43478168e31abc3483751f Mon Sep 17 00:00:00 2001 From: mollusk Date: Tue, 21 Jan 2020 23:38:50 -0700 Subject: [PATCH] tell user where to find twister.conf --- twister-install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/twister-install.sh b/twister-install.sh index bb96a51..990feaa 100755 --- a/twister-install.sh +++ b/twister-install.sh @@ -129,6 +129,7 @@ twister_rpc(){ echo -e "\n${YELLOW}When you launch twister, you may be asked for a name and password:${NC}" echo -e "${YELLOW}user: user${NC}" echo -e "${YELLOW}password: pwd${NC}" + echo -e "${YELLOW}See twister.conf in ${HOME}/.twister${NC}" } if [[ -z "${1}" ]];then