diff --git a/gravity-sync.sh b/gravity-sync.sh index 05d34b0..adb8352 100755 --- a/gravity-sync.sh +++ b/gravity-sync.sh @@ -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 }