mirror of
https://github.com/vmstan/gravity-sync.git
synced 2024-08-30 18:22:11 +00:00
Creates blank configuration
This commit is contained in:
parent
8d3884fbfa
commit
f54dd83595
@ -580,10 +580,13 @@ case $# in
|
||||
done
|
||||
|
||||
else
|
||||
echo -e "\r${FAIL} ${MESSAGE}"
|
||||
|
||||
MESSAGE="${CONFIG_FILE} Missing"
|
||||
echo -e "${INFO} ${MESSAGE}"
|
||||
|
||||
MESSAGE="Creating New Configuration"
|
||||
echo -en "${STAT} ${MESSAGE}"
|
||||
cp $HOME/${LOCAL_FOLDR}/${CONFIG_FILE}.example $HOME/${LOCAL_FOLDR}/${CONFIG_FILE}
|
||||
error_validate
|
||||
|
||||
exit_nochange
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user