mirror of
				https://github.com/jakeswenson/BitBetter.git
				synced 2025-10-31 12:53:25 +00:00 
			
		
		
		
	Add comment
This commit is contained in:
		
							parent
							
								
									b233e55a6e
								
							
						
					
					
						commit
						1d268957fd
					
				
							
								
								
									
										1
									
								
								build.sh
									
									
									
									
									
								
							
							
						
						
									
										1
									
								
								build.sh
									
									
									
									
									
								
							|  | @ -103,6 +103,7 @@ docker build . --tag bitwarden-patched --file "$PWD/src/bitBetter/Dockerfile-bit | ||||||
| 
 | 
 | ||||||
| # start all user requested instances | # start all user requested instances | ||||||
| if [ -f "$PWD/.servers/serverlist.txt" ]; then | if [ -f "$PWD/.servers/serverlist.txt" ]; then | ||||||
|  | 	# convert line endings to unix | ||||||
| 	sed -i 's/\r$//' "$PWD/.servers/serverlist.txt" | 	sed -i 's/\r$//' "$PWD/.servers/serverlist.txt" | ||||||
| 	cat "$PWD/.servers/serverlist.txt" | while read -r LINE; do | 	cat "$PWD/.servers/serverlist.txt" | while read -r LINE; do | ||||||
| 		if [[ $LINE != "#"* ]]; then | 		if [[ $LINE != "#"* ]]; then | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue
	
	Block a user