mirror of
https://github.com/vmstan/gravity-sync.git
synced 2024-08-30 18:22:11 +00:00
Recycle command on exit
This commit is contained in:
parent
b3ef19db3c
commit
a69e18802b
@ -71,13 +71,14 @@ function import_gs {
|
|||||||
MESSAGE="Using ${REMOTE_USER}@${REMOTE_HOST}"
|
MESSAGE="Using ${REMOTE_USER}@${REMOTE_HOST}"
|
||||||
echo -e "${INFO} ${MESSAGE}"
|
echo -e "${INFO} ${MESSAGE}"
|
||||||
else
|
else
|
||||||
|
|
||||||
echo -e "\r${FAIL} ${MESSAGE}"
|
echo -e "\r${FAIL} ${MESSAGE}"
|
||||||
|
|
||||||
MESSAGE="${CONFIG_FILE} Missing"
|
MESSAGE="${CONFIG_FILE} Missing"
|
||||||
echo -e "${INFO} ${MESSAGE}"
|
echo -e "${INFO} ${MESSAGE}"
|
||||||
|
|
||||||
|
TASKTYPE='CONFIG'
|
||||||
config_generate
|
config_generate
|
||||||
|
echo -e "Please run ${YELLOW}$#${NC} again."
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user