mirror of
				https://github.com/vmstan/gravity-sync.git
				synced 2025-11-04 01:26:59 -05:00 
			
		
		
		
	Border
This commit is contained in:
		
							parent
							
								
									8d1789613d
								
							
						
					
					
						commit
						e4ee005953
					
				@ -885,6 +885,7 @@ function list_gs_arguments {
 | 
			
		||||
# Version Control
 | 
			
		||||
## Show Version
 | 
			
		||||
function show_version {
 | 
			
		||||
	echo -e "========================================================"
 | 
			
		||||
	MESSAGE="${PROGRAM} by ${CYAN}@vmstan${NC}"
 | 
			
		||||
	echo_info
 | 
			
		||||
 | 
			
		||||
@ -901,12 +902,13 @@ function show_version {
 | 
			
		||||
	else
 | 
			
		||||
		if [ "$GITVERSION" != "$VERSION" ]
 | 
			
		||||
		then
 | 
			
		||||
		MESSAGE="Upgrade Available: ${PURPLE}${GITVERSION}${NC}"
 | 
			
		||||
		MESSAGE="Upgrade Available: ${YELLOW}${GITVERSION}${NC}"
 | 
			
		||||
		else
 | 
			
		||||
		MESSAGE="Latest Version: ${GREEN}${GITVERSION}${NC}"
 | 
			
		||||
		fi
 | 
			
		||||
	fi
 | 
			
		||||
	echo_info
 | 
			
		||||
	echo -e "========================================================"
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
# Task Stack
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user