forked from MapComplete/MapComplete
		
	Fix: actually use the correct NSI logo server (don't use a custom server), fix #2450
This commit is contained in:
		
							parent
							
								
									40875727ec
								
							
						
					
					
						commit
						1d6c30610e
					
				
					 1 changed files with 1 additions and 6 deletions
				
			
		| 
						 | 
					@ -8,12 +8,7 @@ then
 | 
				
			||||||
  npm run generate:layeroverview
 | 
					  npm run generate:layeroverview
 | 
				
			||||||
  npm run generate:layouts
 | 
					  npm run generate:layouts
 | 
				
			||||||
fi
 | 
					fi
 | 
				
			||||||
echo '''
 | 
					
 | 
				
			||||||
{
 | 
					 | 
				
			||||||
    "nsi_logos_server": "https://mapcomplete.org/assets/data/nsi/logos/"
 | 
					 | 
				
			||||||
}
 | 
					 | 
				
			||||||
''' > config.json
 | 
					 | 
				
			||||||
cat config.json | jq
 | 
					 | 
				
			||||||
if [ $? -ne 0 ]
 | 
					if [ $? -ne 0 ]
 | 
				
			||||||
then
 | 
					then
 | 
				
			||||||
  echo "config.json file is invalid, exiting now"
 | 
					  echo "config.json file is invalid, exiting now"
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue