From b3ef19db3ce4c4d5c1014440861a96111758a3ed Mon Sep 17 00:00:00 2001 From: Michael Stanclift Date: Wed, 27 May 2020 12:00:23 -0500 Subject: [PATCH] Create new config file if missing on import --- gravity-sync.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 }