mirror of
https://github.com/vmstan/gravity-sync.git
synced 2024-08-30 18:22:11 +00:00
Full path of config file
This commit is contained in:
parent
9ab88d811c
commit
3c5f5a1bc4
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user