Recycle command on exit

This commit is contained in:
Michael Stanclift 2020-05-27 12:06:39 -05:00
parent b3ef19db3c
commit a69e18802b

View File

@ -71,13 +71,14 @@ function import_gs {
MESSAGE="Using ${REMOTE_USER}@${REMOTE_HOST}"
echo -e "${INFO} ${MESSAGE}"
else
echo -e "\r${FAIL} ${MESSAGE}"
MESSAGE="${CONFIG_FILE} Missing"
echo -e "${INFO} ${MESSAGE}"
TASKTYPE='CONFIG'
config_generate
echo -e "Please run ${YELLOW}$#${NC} again."
fi
}