Create new config file if missing on import

This commit is contained in:
Michael Stanclift 2020-05-27 12:00:23 -05:00
parent 046cc94ac6
commit b3ef19db3c

View File

@ -2,7 +2,7 @@
# GRAVITY SYNC BY VMSTAN #####################
PROGRAM='Gravity Sync'
VERSION='1.4.1'
VERSION='1.4.2'
# Execute from the home folder of the user who own's it (ex: 'cd ~/gravity-sync')
# For documentation or download updates visit https://github.com/vmstan/gravity-sync
@ -76,8 +76,8 @@ function import_gs {
MESSAGE="${CONFIG_FILE} Missing"
echo -e "${INFO} ${MESSAGE}"
exit_nochange
config_generate
fi
}