Skip to content

Commit

Permalink
Merge pull request #100 from Superbition/develop
Browse files Browse the repository at this point in the history
New Release Merge: v6.1.2
  • Loading branch information
danielashare authored Mar 9, 2023
2 parents ffc4cd5 + 1b0e2d7 commit 5abadc1
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## [v6.1.2 (2023-03-09)](https://github.com/Superbition/Bakup-Agent/releases/tag/v6.1.2)

### Added
- Error logging for runuser command (#99)

## [v6.1.1 (2023-03-05)](https://github.com/Superbition/Bakup-Agent/releases/tag/v6.1.1)

### Changed
Expand Down
2 changes: 1 addition & 1 deletion src/Agent.h
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ class Agent
const string apiVersion = "1";

// Version of the agent
const string agentVersion = "v6.1.1";
const string agentVersion = "v6.1.2";

// Program loop wait time in seconds
const int pollTime = 60;
Expand Down
1 change: 1 addition & 0 deletions src/Command.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ bool Command::setupShell()

if(userRunUserStatus != EXIT_SUCCESS)
{
debug.error("Couldn't switch to user " + this->userID + ". Runuser error: " + userRunUserResult);
return false;
}

Expand Down

0 comments on commit 5abadc1

Please sign in to comment.