Skip to content

Commit

Permalink
Fix shellcheck issues
Browse files Browse the repository at this point in the history
  • Loading branch information
WStechura committed Jan 3, 2025
1 parent 39fec6a commit 5c6c868
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions roles/oneagent/tests/resources/installers/oneagentctl.sh
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
#!/bin/bash
#!/bin/bash -eu

# This file simulates deployment functionalities of oneagentctl binary, used to configure installation.

set -e

readonly INSTALLER_VERSION="##VERSION##"
readonly DEPLOYMENT_CONF_PATH="/var/lib/dynatrace/oneagent/agent/config"

Expand Down

0 comments on commit 5c6c868

Please sign in to comment.