mirror of
https://github.com/vmstan/gravity-sync.git
synced 2025-06-22 22:00:32 -04:00
Creates blank configuration
This commit is contained in:
parent
8d3884fbfa
commit
f54dd83595
@ -580,10 +580,13 @@ case $# in
|
|||||||
done
|
done
|
||||||
|
|
||||||
else
|
else
|
||||||
echo -e "\r${FAIL} ${MESSAGE}"
|
|
||||||
|
|
||||||
MESSAGE="${CONFIG_FILE} Missing"
|
MESSAGE="${CONFIG_FILE} Missing"
|
||||||
echo -e "${INFO} ${MESSAGE}"
|
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
|
exit_nochange
|
||||||
fi
|
fi
|
||||||
|
Loading…
x
Reference in New Issue
Block a user