Full path of config file

This commit is contained in:
Michael Stanclift 2020-05-22 23:00:59 -05:00
parent 9ab88d811c
commit 3c5f5a1bc4

View File

@ -45,7 +45,7 @@ function import_gs {
echo -e "[${CYAN}STAT${NC}] Importing ${CONFIG_FILE} Settings"
if [ -f $HOME/${LOCAL_FOLDR}/${CONFIG_FILE} ]
then
source ${CONFIG_FILE}
source $HOME/${LOCAL_FOLDR}/${CONFIG_FILE}
echo -e "[${GREEN}GOOD${NC}] Using ${REMOTE_USER}@${REMOTE_HOST}"
else
echo -e "[${RED}FAIL${NC}] Required ${CONFIG_FILE} Missing"