File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -8,14 +8,14 @@ if (-not (Test-Path -Path "..\artifacts")) {
88
99if ($null -eq $portInUse ) {
1010 Write-Host " Nothing is running on port 15400. Starting the process..."
11- java - jar " ..\File-Integrity-Scanner\File-Integrity-Scanner\target\File-Integrity-Scanner-1.8.3 .jar" &
11+ java - jar " ..\File-Integrity-Scanner\File-Integrity-Scanner\target\File-Integrity-Scanner-1.8.4 .jar" &
1212 Write-Host " File-Integrity-Scanner started."
13- cp .\target\integrity_hash- 1.2 .1 - jar - with - dependencies .jar ..\artifacts
14- java - jar ..\artifacts\integrity_hash- 1.2 .1 - jar - with - dependencies .jar
13+ cp .\target\integrity_hash- 1.2 .2 . jar ..\artifacts
14+ java - jar ..\artifacts\integrity_hash- 1.2 .2 . jar
1515 exit
1616} else {
1717 Write-Host " File-Integrity-Scanner is already running on port 15400."
18- cp .\target\integrity_hash- 1.2 .1 - jar - with - dependencies .jar ..\artifacts
19- java - jar ..\artifacts\integrity_hash- 1.2 .1 - jar - with - dependencies .jar
18+ cp .\target\integrity_hash- 1.2 .2 . jar ..\artifacts
19+ java - jar ..\artifacts\integrity_hash- 1.2 .2 . jar
2020 exit
2121}
You can’t perform that action at this time.
0 commit comments