mirror of
				https://github.com/jakeswenson/BitBetter.git
				synced 2025-10-31 12:53:25 +00:00 
			
		
		
		
	Fix stupid issue
This commit is contained in:
		
							parent
							
								
									91c8d76d3d
								
							
						
					
					
						commit
						86ca7b4100
					
				|  | @ -47,16 +47,16 @@ foreach ($component in $components) { | |||
| docker run -v "$pwd\temp:/app/mount" --rm bitbetter/bitbetter | ||||
| 
 | ||||
| foreach ($component in $components) { | ||||
| 	docker cp -a "$pwd\temp\$component\Core.dll" $patchinstance`:/app/$component/Core.dll | ||||
| 	docker cp "$pwd\temp\$component\Core.dll" $patchinstance`:/app/$component/Core.dll | ||||
| } | ||||
| 
 | ||||
| Copy-Item "$pwd\temp\Identity\Core.dll" -Destination "$pwd\licenseGen" | ||||
| Remove-Item "$pwd\temp" -Recurse -Force | ||||
| 
 | ||||
| docker commit $patchinstance bitwarden-patch | ||||
| docker stop bitwarden-patch | ||||
| docker rm bitwarden-patch | ||||
| 
 | ||||
| Copy-Item "$pwd\temp\Identity\Core.dll" -Destination "$pwd\licenseGen" | ||||
| Remove-Item "$pwd\temp" -Recurse -Force | ||||
| 
 | ||||
| $newinstances = @() | ||||
| foreach($line in Get-Content "$pwd\.servers\serverlist.txt") { | ||||
| 	$newinstace = @(Invoke-Expression "& $line") | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue
	
	Block a user