error_validate

This commit is contained in:
Michael Stanclift 2020-05-24 19:40:09 -05:00
parent c26bbec364
commit 7fd89703e3

View File

@ -56,7 +56,7 @@ function import_gs {
if [ -f $HOME/${LOCAL_FOLDR}/${CONFIG_FILE} ]
then
source $HOME/${LOCAL_FOLDR}/${CONFIG_FILE}
if_validate
error_validate
MESSAGE="Using ${REMOTE_USER}@${REMOTE_HOST}"
echo -e "${INFO} ${MESSAGE}"