mirror of
https://github.com/vmstan/gravity-sync.git
synced 2024-08-30 18:22:11 +00:00
Update gravity-sync.sh
This commit is contained in:
parent
34a0b72cf3
commit
4cb6370436
@ -896,7 +896,7 @@ function show_version {
|
||||
MESSAGE="Running Version: ${GREEN}${VERSION}${NC}"
|
||||
echo_info
|
||||
|
||||
GITVERSION=$(curl -sf https://raw.githubusercontent.com/vmstan/gravity-sync/development/VERSION)
|
||||
GITVERSION=$(curl -sf https://raw.githubusercontent.com/vmstan/gravity-sync/master/VERSION)
|
||||
if [ -z "$GITVERSION" ]
|
||||
then
|
||||
MESSAGE="Latest Version: ${RED}Unknown${NC}"
|
||||
@ -1192,4 +1192,4 @@ case $# in
|
||||
echo_fail
|
||||
list_gs_arguments
|
||||
;;
|
||||
esac
|
||||
esac
|
||||
|
Loading…
Reference in New Issue
Block a user