Skip to content

Commit

Permalink
Update local configuration
Browse files Browse the repository at this point in the history
Signed-off-by: Seb Julliand <[email protected]>
  • Loading branch information
sebjulliand committed Sep 23, 2024
1 parent 22472b5 commit 700708b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/connection/serverComponent.ts
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,11 @@ export class ServerComponent {
this.installed = true;
updateResult = UpdateStatus.JUST_UPDATED;
}
else{
await Config.setServerComponentName(basename);
this.installed = true;
updateResult = UpdateStatus.UP_TO_DATE;
}
} else {
updateResult = UpdateStatus.FAILED;

Expand Down

0 comments on commit 700708b

Please sign in to comment.