Skip to content

Commit 78e7407

Browse files
authored
Merge pull request #80 from pwssOrg/update-start-script-1.2
Update start script
2 parents 5e7fd07 + ef8af9b commit 78e7407

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

start.ps1

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@ if (-not (Test-Path -Path "..\artifacts")) {
88

99
if ($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.7.jar" &
11+
java -jar "..\File-Integrity-Scanner\File-Integrity-Scanner\target\File-Integrity-Scanner-1.8.1.jar" &
1212
Write-Host "File-Integrity-Scanner started."
13-
cp .\target\integrity_hash-1.1-jar-with-dependencies.jar ..\artifacts
14-
java -jar ..\artifacts\integrity_hash-1.1-jar-with-dependencies.jar
13+
cp .\target\integrity_hash-1.2-jar-with-dependencies.jar ..\artifacts
14+
java -jar ..\artifacts\integrity_hash-1.2-jar-with-dependencies.jar
1515
exit
1616
} else {
1717
Write-Host "File-Integrity-Scanner is already running on port 15400."
18-
cp .\target\integrity_hash-1.1-jar-with-dependencies.jar ..\artifacts
19-
java -jar ..\artifacts\integrity_hash-1.1-jar-with-dependencies.jar
18+
cp .\target\integrity_hash-1.2-jar-with-dependencies.jar ..\artifacts
19+
java -jar ..\artifacts\integrity_hash-1.2-jar-with-dependencies.jar
2020
exit
2121
}

0 commit comments

Comments
 (0)