mirror of
https://github.com/vmstan/gravity-sync.git
synced 2025-07-09 02:34:06 -04:00
Create new config file if missing on import
This commit is contained in:
parent
046cc94ac6
commit
b3ef19db3c
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
# GRAVITY SYNC BY VMSTAN #####################
|
# GRAVITY SYNC BY VMSTAN #####################
|
||||||
PROGRAM='Gravity Sync'
|
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')
|
# 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
|
# For documentation or download updates visit https://github.com/vmstan/gravity-sync
|
||||||
@ -76,8 +76,8 @@ function import_gs {
|
|||||||
|
|
||||||
MESSAGE="${CONFIG_FILE} Missing"
|
MESSAGE="${CONFIG_FILE} Missing"
|
||||||
echo -e "${INFO} ${MESSAGE}"
|
echo -e "${INFO} ${MESSAGE}"
|
||||||
|
|
||||||
exit_nochange
|
config_generate
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user