tell user where to find twister.conf

This commit is contained in:
2020-01-21 23:38:50 -07:00
parent e4d14907c1
commit 730d5ec061

View File

@@ -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 "\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}user: user${NC}"
echo -e "${YELLOW}password: pwd${NC}" echo -e "${YELLOW}password: pwd${NC}"
echo -e "${YELLOW}See twister.conf in ${HOME}/.twister${NC}"
} }
if [[ -z "${1}" ]];then if [[ -z "${1}" ]];then