mirror of
				https://github.com/pelican-eggs/eggs.git
				synced 2025-10-31 08:58:06 +00:00 
			
		
		
		
	update download script
fixes a but in the download link script.
This commit is contained in:
		
							parent
							
								
									4eff65e359
								
							
						
					
					
						commit
						942a1eccfb
					
				| @ -1,6 +1,6 @@ | |||||||
| ## this is a simple script to validate a download url actaully exists | ## this is a simple script to validate a download url actaully exists | ||||||
| 
 | 
 | ||||||
| if [ ! -z "${DOWNLOAD_URL}"]; then  | if [ ! -z "${DOWNLOAD_URL}" ]; then  | ||||||
|     if curl --output /dev/null --silent --head --fail ${DOWNLOAD_URL}; then |     if curl --output /dev/null --silent --head --fail ${DOWNLOAD_URL}; then | ||||||
|         echo -e "link is valid. setting download link to ${DOWNLOAD_URL}" |         echo -e "link is valid. setting download link to ${DOWNLOAD_URL}" | ||||||
|         DOWNLOAD_LINK=${DOWNLOAD_URL} |         DOWNLOAD_LINK=${DOWNLOAD_URL} | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user