mirror of
				https://github.com/jakeswenson/BitBetter.git
				synced 2025-10-31 04:43:25 +00:00 
			
		
		
		
	Fix character check
This commit is contained in:
		
							parent
							
								
									f059d756f7
								
							
						
					
					
						commit
						b233e55a6e
					
				
							
								
								
									
										2
									
								
								build.sh
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								build.sh
									
									
									
									
									
								
							|  | @ -105,7 +105,7 @@ docker build . --tag bitwarden-patched --file "$PWD/src/bitBetter/Dockerfile-bit | |||
| if [ -f "$PWD/.servers/serverlist.txt" ]; then | ||||
| 	sed -i 's/\r$//' "$PWD/.servers/serverlist.txt" | ||||
| 	cat "$PWD/.servers/serverlist.txt" | while read -r LINE; do | ||||
| 		if [[ $LINE == "#*" ]]; then | ||||
| 		if [[ $LINE != "#"* ]]; then | ||||
| 			bash -c "$LINE" | ||||
| 		fi | ||||
| 	done | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue
	
	Block a user