mirror of
https://github.com/vmstan/gravity-sync.git
synced 2024-08-30 18:22:11 +00:00
error_validate
This commit is contained in:
parent
c26bbec364
commit
7fd89703e3
@ -56,7 +56,7 @@ function import_gs {
|
|||||||
if [ -f $HOME/${LOCAL_FOLDR}/${CONFIG_FILE} ]
|
if [ -f $HOME/${LOCAL_FOLDR}/${CONFIG_FILE} ]
|
||||||
then
|
then
|
||||||
source $HOME/${LOCAL_FOLDR}/${CONFIG_FILE}
|
source $HOME/${LOCAL_FOLDR}/${CONFIG_FILE}
|
||||||
if_validate
|
error_validate
|
||||||
|
|
||||||
MESSAGE="Using ${REMOTE_USER}@${REMOTE_HOST}"
|
MESSAGE="Using ${REMOTE_USER}@${REMOTE_HOST}"
|
||||||
echo -e "${INFO} ${MESSAGE}"
|
echo -e "${INFO} ${MESSAGE}"
|
||||||
|
Loading…
Reference in New Issue
Block a user