mirror of
				https://github.com/searxng/searxng
				synced 2024-01-01 19:24:07 +01:00 
			
		
		
		
	Merge pull request #2211 from return42/fix-centos-7
Bugfix of: ERROR: centos-: uWSGI not yet implemented
This commit is contained in:
		
						commit
						e0142d380e
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -826,7 +826,7 @@ rst-doc() { | ||||||
|     # I use ubuntu-20.04 here to demonstrate that versions are also suported, |     # I use ubuntu-20.04 here to demonstrate that versions are also suported, | ||||||
|     # normaly debian-* and ubuntu-* are most the same. |     # normaly debian-* and ubuntu-* are most the same. | ||||||
| 
 | 
 | ||||||
|     for DIST_NAME in ubuntu-20.04 arch fedora centos; do |     for DIST_NAME in ubuntu-20.04 arch fedora; do | ||||||
|         ( |         ( | ||||||
|             DIST_ID=${DIST_NAME%-*} |             DIST_ID=${DIST_NAME%-*} | ||||||
|             DIST_VERS=${DIST_NAME#*-} |             DIST_VERS=${DIST_NAME#*-} | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		
		Reference in a new issue
	
	 Alexandre Flament
						Alexandre Flament